Html Css Color HEX #02154C Sapphire

📋 copy color: '#02154C'

red 2 ◦ green 21 ◦ blue 76

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

Shades of Sapphire #02154C

Tints of Sapphire #02154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 2.02%
G = 21.21%
B = 76.77%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02154C (or 0x02154C) is known color: Sapphire. HEX triplet: 02, 15 and 4C. RGB value is (2,21,76). Sum of RGB (Red+Green+Blue) = 2+21+76=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #02154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02154C is #FDEAB3. Grayscale: #151515. Windows color (decimal): -16640692 or 4986114. OLE color: 4986114.

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

Color convert

RGB 2 21 76 -
CMYK 0.97 0.72 0 0.70
HSL 224.59º 0.95% 0.15% -
HSV(B) 224.59º 0.97% 0.3% -
XYZ 1.6 1.07 6.96 -
YUV 21.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 2 21 76 0.97 0.72 0 0.70 224.59 0.95 0.15
Hex 2 15 4C 61 48 0 46 E1 5F F
Octal 2 25 114 141 110 0 106 341 137 17
Binary 10 10101 1001100 1100001 1001000 0 1000110 11100001 1011111 1111

Color Harmonies of #02154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02154C

Black with #02154C

Text Example


Text Example

White with #02154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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