Html Css Color HEX #02124C Sapphire

📋 copy color: '#02124C'

red 2 ◦ green 18 ◦ blue 76

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

Shades of Sapphire #02124C

Tints of Sapphire #02124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 79.17%

R = 2.08%
G = 18.75%
B = 79.17%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02124C (or 0x02124C) is known color: Sapphire. HEX triplet: 02, 12 and 4C. RGB value is (2,18,76). Sum of RGB (Red+Green+Blue) = 2+18+76=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #02124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02124C is #FDEDB3. Grayscale: #131313. Windows color (decimal): -16641460 or 4985346. OLE color: 4985346.

HSL color Cylindrical-coordinate representation of color #02124C: hue angle of 227.03º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02124C is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 18 76 -
CMYK 0.97 0.76 0 0.70
HSL 227.03º 0.95% 0.15% -
HSV(B) 227.03º 0.97% 0.3% -
XYZ 1.55 0.97 6.94 -
YUV 19.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 2 18 76 0.97 0.76 0 0.70 227.03 0.95 0.15
Hex 2 12 4C 61 4C 0 46 E3 5F F
Octal 2 22 114 141 114 0 106 343 137 17
Binary 10 10010 1001100 1100001 1001100 0 1000110 11100011 1011111 1111

Color Harmonies of #02124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02124C

Black with #02124C

Text Example


Text Example

White with #02124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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