Html Css Color HEX #02135C Sapphire

📋 copy color: '#02135C'

red 2 ◦ green 19 ◦ blue 92

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

Shades of Sapphire #02135C

Tints of Sapphire #02135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 81.42%

R = 1.77%
G = 16.81%
B = 81.42%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02135C (or 0x02135C) is known color: Sapphire. HEX triplet: 02, 13 and 5C. RGB value is (2,19,92). Sum of RGB (Red+Green+Blue) = 2+19+92=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #02135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135C is #FDECA3. Grayscale: #151515. Windows color (decimal): -16641188 or 6034178. OLE color: 6034178.

HSL color Cylindrical-coordinate representation of color #02135C: hue angle of 228.67º 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 #02135C is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 19 92 -
CMYK 0.98 0.79 0 0.64
HSL 228.67º 0.96% 0.18% -
HSV(B) 228.67º 0.98% 0.36% -
XYZ 2.19 1.25 10.25 -
YUV 22.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 2 19 92 0.98 0.79 0 0.64 228.67 0.96 0.18
Hex 2 13 5C 62 4F 0 40 E5 60 12
Octal 2 23 134 142 117 0 100 345 140 22
Binary 10 10011 1011100 1100010 1001111 0 1000000 11100101 1100000 10010

Color Harmonies of #02135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02135C

Black with #02135C

Text Example


Text Example

White with #02135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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