Html Css Color HEX #02135A Sapphire

📋 copy color: '#02135A'

red 2 ◦ green 19 ◦ blue 90

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

Shades of Sapphire #02135A

Tints of Sapphire #02135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 81.08%

R = 1.8%
G = 17.12%
B = 81.08%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02135A (or 0x02135A) is known color: Sapphire. HEX triplet: 02, 13 and 5A. RGB value is (2,19,90). Sum of RGB (Red+Green+Blue) = 2+19+90=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #02135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135A is #FDECA5. Grayscale: #151515. Windows color (decimal): -16641190 or 5903106. OLE color: 5903106.

HSL color Cylindrical-coordinate representation of color #02135A: hue angle of 228.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02135A is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 19 90 -
CMYK 0.98 0.79 0 0.65
HSL 228.41º 0.96% 0.18% -
HSV(B) 228.41º 0.98% 0.35% -
XYZ 2.1 1.22 9.8 -
YUV 22.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 2 19 90 0.98 0.79 0 0.65 228.41 0.96 0.18
Hex 2 13 5A 62 4F 0 41 E4 60 12
Octal 2 23 132 142 117 0 101 344 140 22
Binary 10 10011 1011010 1100010 1001111 0 1000001 11100100 1100000 10010

Color Harmonies of #02135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02135A

Black with #02135A

Text Example


Text Example

White with #02135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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