Html Css Color HEX #02184C Sapphire

📋 copy color: '#02184C'

red 2 ◦ green 24 ◦ blue 76

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

Shades of Sapphire #02184C

Tints of Sapphire #02184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.53%

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

R = 1.96%
G = 23.53%
B = 74.51%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02184C (or 0x02184C) is known color: Sapphire. HEX triplet: 02, 18 and 4C. RGB value is (2,24,76). Sum of RGB (Red+Green+Blue) = 2+24+76=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #02184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02184C is #FDE7B3. Grayscale: #171717. Windows color (decimal): -16639924 or 4986882. OLE color: 4986882.

HSL color Cylindrical-coordinate representation of color #02184C: hue angle of 222.16º 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 #02184C is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 24 76 -
CMYK 0.97 0.68 0 0.70
HSL 222.16º 0.95% 0.15% -
HSV(B) 222.16º 0.97% 0.3% -
XYZ 1.66 1.19 6.98 -
YUV 23.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 2 24 76 0.97 0.68 0 0.70 222.16 0.95 0.15
Hex 2 18 4C 61 44 0 46 DE 5F F
Octal 2 30 114 141 104 0 106 336 137 17
Binary 10 11000 1001100 1100001 1000100 0 1000110 11011110 1011111 1111

Color Harmonies of #02184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02184C

Black with #02184C

Text Example


Text Example

White with #02184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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