Html Css Color HEX #062671 Sapphire

📋 copy color: '#062671'

red 6 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #062671

Tints of Sapphire #062671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 3.82%
G = 24.2%
B = 71.97%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062671 (or 0x062671) is known color: Sapphire. HEX triplet: 06, 26 and 71. RGB value is (6,38,113). Sum of RGB (Red+Green+Blue) = 6+38+113=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #062671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062671 is #F9D98E. Grayscale: #242424. Windows color (decimal): -16374159 or 7415302. OLE color: 7415302.

HSL color Cylindrical-coordinate representation of color #062671: hue angle of 222.06º 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 #062671 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 38 113 -
CMYK 0.95 0.66 0 0.56
HSL 222.06º 0.9% 0.23% -
HSV(B) 222.06º 0.95% 0.44% -
XYZ 3.75 2.62 15.93 -
YUV 36.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 6 38 113 0.95 0.66 0 0.56 222.06 0.9 0.23
Hex 6 26 71 5F 42 0 38 DE 5A 17
Octal 6 46 161 137 102 0 70 336 132 27
Binary 110 100110 1110001 1011111 1000010 0 111000 11011110 1011010 10111

Color Harmonies of #062671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062671

Black with #062671

Text Example


Text Example

White with #062671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062671; }

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

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

background-color css

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

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

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

border-color css

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

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

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