Html Css Color HEX #02104D Sapphire

📋 copy color: '#02104D'

red 2 ◦ green 16 ◦ blue 77

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

Shades of Sapphire #02104D

Tints of Sapphire #02104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

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

R = 2.11%
G = 16.84%
B = 81.05%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02104D (or 0x02104D) is known color: Sapphire. HEX triplet: 02, 10 and 4D. RGB value is (2,16,77). Sum of RGB (Red+Green+Blue) = 2+16+77=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #02104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02104D is #FDEFB2. Grayscale: #121212. Windows color (decimal): -16641971 or 5050370. OLE color: 5050370.

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

Color convert

RGB 2 16 77 -
CMYK 0.97 0.79 0 0.70
HSL 228.8º 0.95% 0.15% -
HSV(B) 228.8º 0.97% 0.3% -
XYZ 1.55 0.92 7.12 -
YUV 18.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 2 16 77 0.97 0.79 0 0.70 228.8 0.95 0.15
Hex 2 10 4D 61 4F 0 46 E5 5F F
Octal 2 20 115 141 117 0 106 345 137 17
Binary 10 10000 1001101 1100001 1001111 0 1000110 11100101 1011111 1111

Color Harmonies of #02104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02104D

Black with #02104D

Text Example


Text Example

White with #02104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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