Html Css Color HEX #02184E Sapphire

📋 copy color: '#02184E'

red 2 ◦ green 24 ◦ blue 78

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

Shades of Sapphire #02184E

Tints of Sapphire #02184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75%

R = 1.92%
G = 23.08%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02184E (or 0x02184E) is known color: Sapphire. HEX triplet: 02, 18 and 4E. RGB value is (2,24,78). Sum of RGB (Red+Green+Blue) = 2+24+78=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #02184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02184E is #FDE7B1. Grayscale: #171717. Windows color (decimal): -16639922 or 5117954. OLE color: 5117954.

HSL color Cylindrical-coordinate representation of color #02184E: hue angle of 222.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02184E is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 24 78 -
CMYK 0.97 0.69 0 0.69
HSL 222.63º 0.95% 0.16% -
HSV(B) 222.63º 0.97% 0.31% -
XYZ 1.73 1.22 7.35 -
YUV 23.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 2 24 78 0.97 0.69 0 0.69 222.63 0.95 0.16
Hex 2 18 4E 61 45 0 45 DF 5F 10
Octal 2 30 116 141 105 0 105 337 137 20
Binary 10 11000 1001110 1100001 1000101 0 1000101 11011111 1011111 10000

Color Harmonies of #02184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02184E

Black with #02184E

Text Example


Text Example

White with #02184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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