#001B62

Color #001B62 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #001B62

Tints of Sapphire #001B62

Color information

#001B62 (or 0x001B62) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 62. RGB value is (0,27,98). Sum of RGB (Red+Green+Blue) = 0+27+98=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #001B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B62 is #FFE49D. Grayscale: #1A1A1A. Windows color (decimal): -16770206 or 6429440. OLE color: 6429440.

HSL color Cylindrical-coordinate representation of color #001B62: hue angle of 223.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B62 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02798-
CMYK10.7200.62
HSL223.47º100%19.22%-
HSV(B)223.47º100%38.43%-
XYZ2.61.6711.74-
YUV27.02168.05108.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 98 (38.67% from 255) = 78.4%
R=0%
G=21.6%
B=78.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0279810.7200.62223.4710019.22
Hex01B62644803Edf6413
Octal03314214411007633714423
Binary011011110001011001001001000011111011011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B62; }

 p { color: rgb(0,27,98); }

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

<style>
 a { background-color: #001B62; }

 a { background-color: rgb(0,27,98); }

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

<style>
 span { border-color: #001B62; }

 span { border-color: rgb(0,27,98); }

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