Html Css Color HEX #062471 Sapphire

📋 copy color: '#062471'

red 6 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #062471

Tints of Sapphire #062471

RGB

 RED value IS 6 (2.73% from 255) = 3.87%

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 113 (44.53% from 255) = 72.9%

R = 3.87%
G = 23.23%
B = 72.9%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062471 (or 0x062471) is known color: Sapphire. HEX triplet: 06, 24 and 71. RGB value is (6,36,113). Sum of RGB (Red+Green+Blue) = 6+36+113=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #062471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062471 is #F9DB8E. Grayscale: #232323. Windows color (decimal): -16374671 or 7414790. OLE color: 7414790.

HSL color Cylindrical-coordinate representation of color #062471: hue angle of 223.18º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062471 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 36 113 -
CMYK 0.95 0.68 0 0.56
HSL 223.18º 0.9% 0.23% -
HSV(B) 223.18º 0.95% 0.44% -
XYZ 3.69 2.49 15.91 -
YUV 35.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 6 36 113 0.95 0.68 0 0.56 223.18 0.9 0.23
Hex 6 24 71 5F 44 0 38 DF 5A 17
Octal 6 44 161 137 104 0 70 337 132 27
Binary 110 100100 1110001 1011111 1000100 0 111000 11011111 1011010 10111

Color Harmonies of #062471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062471

Black with #062471

Text Example


Text Example

White with #062471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062471; }

 p { color: rgb(6,36,113); }

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

background-color css

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

 a { background-color: rgb(6,36,113); }

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

border-color css

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

 span { border-color: rgb(6,36,113); }

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