Html Css Color HEX #02135F Sapphire

📋 copy color: '#02135F'

red 2 ◦ green 19 ◦ blue 95

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

Shades of Sapphire #02135F

Tints of Sapphire #02135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

 BLUE value IS 95 (37.5% from 255) = 81.9%

R = 1.72%
G = 16.38%
B = 81.9%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02135F (or 0x02135F) is known color: Sapphire. HEX triplet: 02, 13 and 5F. RGB value is (2,19,95). Sum of RGB (Red+Green+Blue) = 2+19+95=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #02135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135F is #FDECA0. Grayscale: #161616. Windows color (decimal): -16641185 or 6230786. OLE color: 6230786.

HSL color Cylindrical-coordinate representation of color #02135F: hue angle of 229.03º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02135F is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 19 95 -
CMYK 0.98 0.80 0 0.63
HSL 229.03º 0.96% 0.19% -
HSV(B) 229.03º 0.98% 0.37% -
XYZ 2.32 1.3 10.96 -
YUV 22.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 2 19 95 0.98 0.80 0 0.63 229.03 0.96 0.19
Hex 2 13 5F 62 50 0 3F E5 60 13
Octal 2 23 137 142 120 0 77 345 140 23
Binary 10 10011 1011111 1100010 1010000 0 111111 11100101 1100000 10011

Color Harmonies of #02135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02135F

Black with #02135F

Text Example


Text Example

White with #02135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02135F; }

 p { color: rgb(2,19,95); }

 H1.HeaderClassName
 {
   color: #02135F;
 }
 .AnyTagClassName
 {
   color: #02135F;
 }
</style>

background-color css

<style>
 a { background-color: #02135F; }

 a { background-color: rgb(2,19,95); }

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

border-color css

<style>
 span { border-color: #02135F; }

 span { border-color: rgb(2,19,95); }

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