#1B0CB3

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

Shades of Ultramarine #1B0CB3

Tints of Ultramarine #1B0CB3

Color information

#1B0CB3 (or 0x1B0CB3) is unknown color: approx Ultramarine. HEX triplet: 1B, 0C and B3. RGB value is (27,12,179). Sum of RGB (Red+Green+Blue) = 27+12+179=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B0CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CB3 is #E4F34C. Grayscale: #222222. Windows color (decimal): -15004493 or 11734043. OLE color: 11734043.

HSL color Cylindrical-coordinate representation of color #1B0CB3: hue angle of 245.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0CB3 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2712179-
CMYK0.850.9300.30
HSL245.39º87.43%37.45%-
HSV(B)245.39º93.3%70.2%-
XYZ8.723.7542.91-
YUV35.52208.97121.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 179 (70.31% from 255) = 82.11%
R=12.39%
G=5.50%
B=82.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27121790.850.9300.30245.3987.4337.45
Hex1BCB3555D01Ef55725
Octal331426312513503636512745
Binary1101111001011001110101011011101011110111101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,12,179); }

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

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

 a { background-color: rgb(27,12,179); }

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

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

 span { border-color: rgb(27,12,179); }

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