#1B02A6

Color #1B02A6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1B02A6

Tints of Ultramarine #1B02A6

Color information

#1B02A6 (or 0x1B02A6) is unknown color: approx Ultramarine. HEX triplet: 1B, 02 and A6. RGB value is (27,2,166). Sum of RGB (Red+Green+Blue) = 27+2+166=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 166 (65.23% from 255 or 85.13% from 195); Max value from RGB is 166 - color contains mainly: blue. Hex color #1B02A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B02A6 is #E4FD59. Grayscale: #1B1B1B. Windows color (decimal): -15007066 or 10879515. OLE color: 10879515.

HSL color Cylindrical-coordinate representation of color #1B02A6: hue angle of 249.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02A6 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB272166-
CMYK0.840.9900.35
HSL249.15º97.62%32.94%-
HSV(B)249.15º98.8%65.1%-
XYZ7.363.0336.27-
YUV28.17205.78127.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 13.85%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 166 (65.23% from 255) = 85.13%
R=13.85%
G=1.03%
B=85.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2721660.840.9900.35249.1597.6232.94
Hex1B2A65463023f96221
Octal33224612414304337114241
Binary110111010100110101010011000110100011111110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B02A6; }

 p { color: rgb(27,2,166); }

 H1.HeaderClassName
 {
   color: #1B02A6;
 }
 .AnyTagClassName
 {
   color: #1B02A6;
 }
</style>
background-color css

<style>
 a { background-color: #1B02A6; }

 a { background-color: rgb(27,2,166); }

 div.DivClassName
 {
   background-color: #1B02A6;
 }
 .BgClassName
 {
   background-color: #1B02A6;
 }
</style>
border-color css

<style>
 span { border-color: #1B02A6; }

 span { border-color: rgb(27,2,166); }

 td.TdClassName
 {
   border-color: #1B02A6;
 }
 .TagClassName
 {
   border-color: #1B02A6;
 }
</style>