Html Css Color HEX #02126C Sapphire

📋 copy color: '#02126C'

red 2 ◦ green 18 ◦ blue 108

#02126C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #02126C

Tints of Sapphire #02126C

RGB

 RED value IS 2 (1.17% from 255) = 1.56%

 GREEN value IS 18 (7.42% from 255) = 14.06%

 BLUE value IS 108 (42.58% from 255) = 84.38%

R = 1.56%
G = 14.06%
B = 84.38%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02126C (or 0x02126C) is known color: Sapphire. HEX triplet: 02, 12 and 6C. RGB value is (2,18,108). Sum of RGB (Red+Green+Blue) = 2+18+108=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 108 (42.58% from 255 or 84.38% from 128); Max value from RGB is 108 - color contains mainly: blue. Hex color #02126C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02126C is #FDED93. Grayscale: #171717. Windows color (decimal): -16641428 or 7082498. OLE color: 7082498.

HSL color Cylindrical-coordinate representation of color #02126C: hue angle of 230.94º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02126C is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 18 108 -
CMYK 0.98 0.83 0 0.58
HSL 230.94º 0.96% 0.22% -
HSV(B) 230.94º 0.98% 0.42% -
XYZ 2.95 1.53 14.33 -
YUV 23.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 2 18 108 0.98 0.83 0 0.58 230.94 0.96 0.22
Hex 2 12 6C 62 53 0 3A E7 60 16
Octal 2 22 154 142 123 0 72 347 140 26
Binary 10 10010 1101100 1100010 1010011 0 111010 11100111 1100000 10110

Color Harmonies of #02126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02126C

Black with #02126C

Text Example


Text Example

White with #02126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02126C; }

 p { color: rgb(2,18,108); }

 H1.HeaderClassName
 {
   color: #02126C;
 }
 .AnyTagClassName
 {
   color: #02126C;
 }
</style>

background-color css

<style>
 a { background-color: #02126C; }

 a { background-color: rgb(2,18,108); }

 div.DivClassName
 {
   background-color: #02126C;
 }
 .BgClassName
 {
   background-color: #02126C;
 }
</style>

border-color css

<style>
 span { border-color: #02126C; }

 span { border-color: rgb(2,18,108); }

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