Html Css Color HEX #020F5C Sapphire

📋 copy color: '#020F5C'

red 2 ◦ green 15 ◦ blue 92

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

Shades of Sapphire #020F5C

Tints of Sapphire #020F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.76%

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

R = 1.83%
G = 13.76%
B = 84.4%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#020F5C (or 0x020F5C) is known color: Sapphire. HEX triplet: 02, 0F and 5C. RGB value is (2,15,92). Sum of RGB (Red+Green+Blue) = 2+15+92=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #020F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F5C is #FDF0A3. Grayscale: #131313. Windows color (decimal): -16642212 or 6033154. OLE color: 6033154.

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

Color convert

RGB 2 15 92 -
CMYK 0.98 0.84 0 0.64
HSL 231.33º 0.96% 0.18% -
HSV(B) 231.33º 0.98% 0.36% -
XYZ 2.13 1.13 10.23 -
YUV 19.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 2 15 92 0.98 0.84 0 0.64 231.33 0.96 0.18
Hex 2 F 5C 62 54 0 40 E7 60 12
Octal 2 17 134 142 124 0 100 347 140 22
Binary 10 1111 1011100 1100010 1010100 0 1000000 11100111 1100000 10010

Color Harmonies of #020F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F5C

Black with #020F5C

Text Example


Text Example

White with #020F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020F5C; }

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

 H1.HeaderClassName
 {
   color: #020F5C;
 }
 .AnyTagClassName
 {
   color: #020F5C;
 }
</style>

background-color css

<style>
 a { background-color: #020F5C; }

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

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

border-color css

<style>
 span { border-color: #020F5C; }

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

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