Html Css Color HEX #02104C Sapphire

📋 copy color: '#02104C'

red 2 ◦ green 16 ◦ blue 76

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

Shades of Sapphire #02104C

Tints of Sapphire #02104C

RGB

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

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

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

R = 2.13%
G = 17.02%
B = 80.85%

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

#02104C (or 0x02104C) is known color: Sapphire. HEX triplet: 02, 10 and 4C. RGB value is (2,16,76). Sum of RGB (Red+Green+Blue) = 2+16+76=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #02104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02104C is #FDEFB3. Grayscale: #121212. Windows color (decimal): -16641972 or 4984834. OLE color: 4984834.

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

Color convert

RGB 2 16 76 -
CMYK 0.97 0.79 0 0.70
HSL 228.65º 0.95% 0.15% -
HSV(B) 228.65º 0.97% 0.3% -
XYZ 1.51 0.91 6.93 -
YUV 18.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 2 16 76 0.97 0.79 0 0.70 228.65 0.95 0.15
Hex 2 10 4C 61 4F 0 46 E5 5F F
Octal 2 20 114 141 117 0 106 345 137 17
Binary 10 10000 1001100 1100001 1001111 0 1000110 11100101 1011111 1111

Color Harmonies of #02104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02104C

Black with #02104C

Text Example


Text Example

White with #02104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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