Html Css Color HEX #002061 Sapphire

📋 copy color: '#002061'

red 0 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #002061

Tints of Sapphire #002061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 75.19%

R = 0%
G = 24.81%
B = 75.19%

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

#002061 (or 0x002061) is known color: Sapphire. HEX triplet: 00, 20 and 61. RGB value is (0,32,97). Sum of RGB (Red+Green+Blue) = 0+32+97=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #002061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002061 is #FFDF9E. Grayscale: #1D1D1D. Windows color (decimal): -16768927 or 6365184. OLE color: 6365184.

HSL color Cylindrical-coordinate representation of color #002061: hue angle of 220.21º 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 #002061 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 32 97 -
CMYK 1 0.67 0 0.62
HSL 220.21º 1% 0.19% -
HSV(B) 220.21º 1% 0.38% -
XYZ 2.67 1.9 11.53 -
YUV 29.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 0 32 97 1 0.67 0 0.62 220.21 1 0.19
Hex 0 20 61 64 43 0 3E DC 64 13
Octal 0 40 141 144 103 0 76 334 144 23
Binary 0 100000 1100001 1100100 1000011 0 111110 11011100 1100100 10011

Color Harmonies of #002061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002061

Black with #002061

Text Example


Text Example

White with #002061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002061; }

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

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

background-color css

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

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

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

border-color css

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

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

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