Html Css Color HEX #02145B Sapphire

📋 copy color: '#02145B'

red 2 ◦ green 20 ◦ blue 91

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

Shades of Sapphire #02145B

Tints of Sapphire #02145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

 BLUE value IS 91 (35.94% from 255) = 80.53%

R = 1.77%
G = 17.7%
B = 80.53%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02145B (or 0x02145B) is known color: Sapphire. HEX triplet: 02, 14 and 5B. RGB value is (2,20,91). Sum of RGB (Red+Green+Blue) = 2+20+91=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #02145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145B is #FDEBA4. Grayscale: #161616. Windows color (decimal): -16640933 or 5968898. OLE color: 5968898.

HSL color Cylindrical-coordinate representation of color #02145B: hue angle of 227.87º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02145B is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 20 91 -
CMYK 0.98 0.78 0 0.64
HSL 227.87º 0.96% 0.18% -
HSV(B) 227.87º 0.98% 0.36% -
XYZ 2.16 1.27 10.03 -
YUV 22.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 2 20 91 0.98 0.78 0 0.64 227.87 0.96 0.18
Hex 2 14 5B 62 4E 0 40 E4 60 12
Octal 2 24 133 142 116 0 100 344 140 22
Binary 10 10100 1011011 1100010 1001110 0 1000000 11100100 1100000 10010

Color Harmonies of #02145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02145B

Black with #02145B

Text Example


Text Example

White with #02145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02145B; }

 p { color: rgb(2,20,91); }

 H1.HeaderClassName
 {
   color: #02145B;
 }
 .AnyTagClassName
 {
   color: #02145B;
 }
</style>

background-color css

<style>
 a { background-color: #02145B; }

 a { background-color: rgb(2,20,91); }

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

border-color css

<style>
 span { border-color: #02145B; }

 span { border-color: rgb(2,20,91); }

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