Html Css Color HEX #02154A Sapphire

📋 copy color: '#02154A'

red 2 ◦ green 21 ◦ blue 74

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

Shades of Sapphire #02154A

Tints of Sapphire #02154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 76.29%

R = 2.06%
G = 21.65%
B = 76.29%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02154A (or 0x02154A) is known color: Sapphire. HEX triplet: 02, 15 and 4A. RGB value is (2,21,74). Sum of RGB (Red+Green+Blue) = 2+21+74=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 74 (29.30% from 255 or 76.29% from 97); Max value from RGB is 74 - color contains mainly: blue. Hex color #02154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02154A is #FDEAB5. Grayscale: #151515. Windows color (decimal): -16640694 or 4855042. OLE color: 4855042.

HSL color Cylindrical-coordinate representation of color #02154A: hue angle of 224.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02154A is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 21 74 -
CMYK 0.97 0.72 0 0.71
HSL 224.17º 0.95% 0.15% -
HSV(B) 224.17º 0.97% 0.29% -
XYZ 1.53 1.04 6.6 -
YUV 21.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 2 21 74 0.97 0.72 0 0.71 224.17 0.95 0.15
Hex 2 15 4A 61 48 0 47 E0 5F F
Octal 2 25 112 141 110 0 107 340 137 17
Binary 10 10101 1001010 1100001 1001000 0 1000111 11100000 1011111 1111

Color Harmonies of #02154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02154A

Black with #02154A

Text Example


Text Example

White with #02154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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