Html Css Color HEX #002062 Sapphire

📋 copy color: '#002062'

red 0 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #002062

Tints of Sapphire #002062

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 24.62%

 BLUE value IS 98 (38.67% from 255) = 75.38%

R = 0%
G = 24.62%
B = 75.38%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002062 (or 0x002062) is known color: Sapphire. HEX triplet: 00, 20 and 62. RGB value is (0,32,98). Sum of RGB (Red+Green+Blue) = 0+32+98=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 98 (38.67% from 255 or 75.38% from 130); Max value from RGB is 98 - color contains mainly: blue. Hex color #002062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002062 is #FFDF9D. Grayscale: #1D1D1D. Windows color (decimal): -16768926 or 6430720. OLE color: 6430720.

HSL color Cylindrical-coordinate representation of color #002062: hue angle of 220.41º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002062 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 32 98 -
CMYK 1 0.67 0 0.62
HSL 220.41º 1% 0.19% -
HSV(B) 220.41º 1% 0.38% -
XYZ 2.72 1.91 11.78 -
YUV 29.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 0 32 98 1 0.67 0 0.62 220.41 1 0.19
Hex 0 20 62 64 43 0 3E DC 64 13
Octal 0 40 142 144 103 0 76 334 144 23
Binary 0 100000 1100010 1100100 1000011 0 111110 11011100 1100100 10011

Color Harmonies of #002062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002062

Black with #002062

Text Example


Text Example

White with #002062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002062; }

 p { color: rgb(0,32,98); }

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

background-color css

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

 a { background-color: rgb(0,32,98); }

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

border-color css

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

 span { border-color: rgb(0,32,98); }

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