Html Css Color HEX #02114D Sapphire

📋 copy color: '#02114D'

red 2 ◦ green 17 ◦ blue 77

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

Shades of Sapphire #02114D

Tints of Sapphire #02114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.71%

 BLUE value IS 77 (30.47% from 255) = 80.21%

R = 2.08%
G = 17.71%
B = 80.21%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02114D (or 0x02114D) is known color: Sapphire. HEX triplet: 02, 11 and 4D. RGB value is (2,17,77). Sum of RGB (Red+Green+Blue) = 2+17+77=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #02114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02114D is #FDEEB2. Grayscale: #131313. Windows color (decimal): -16641715 or 5050626. OLE color: 5050626.

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

Color convert

RGB 2 17 77 -
CMYK 0.97 0.78 0 0.70
HSL 228º 0.95% 0.15% -
HSV(B) 228º 0.97% 0.3% -
XYZ 1.57 0.95 7.12 -
YUV 19.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 2 17 77 0.97 0.78 0 0.70 228 0.95 0.15
Hex 2 11 4D 61 4E 0 46 E4 5F F
Octal 2 21 115 141 116 0 106 344 137 17
Binary 10 10001 1001101 1100001 1001110 0 1000110 11100100 1011111 1111

Color Harmonies of #02114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02114D

Black with #02114D

Text Example


Text Example

White with #02114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02114D; }

 p { color: rgb(2,17,77); }

 H1.HeaderClassName
 {
   color: #02114D;
 }
 .AnyTagClassName
 {
   color: #02114D;
 }
</style>

background-color css

<style>
 a { background-color: #02114D; }

 a { background-color: rgb(2,17,77); }

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

border-color css

<style>
 span { border-color: #02114D; }

 span { border-color: rgb(2,17,77); }

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