Html Css Color HEX #062172 Sapphire

📋 copy color: '#062172'

red 6 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #062172

Tints of Sapphire #062172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 114 (44.92% from 255) = 74.51%

R = 3.92%
G = 21.57%
B = 74.51%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062172 (or 0x062172) is known color: Sapphire. HEX triplet: 06, 21 and 72. RGB value is (6,33,114). Sum of RGB (Red+Green+Blue) = 6+33+114=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #062172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062172 is #F9DE8D. Grayscale: #212121. Windows color (decimal): -16375438 or 7479558. OLE color: 7479558.

HSL color Cylindrical-coordinate representation of color #062172: hue angle of 225º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062172 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 33 114 -
CMYK 0.95 0.71 0 0.55
HSL 225º 0.9% 0.24% -
HSV(B) 225º 0.95% 0.45% -
XYZ 3.66 2.34 16.18 -
YUV 34.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 6 33 114 0.95 0.71 0 0.55 225 0.9 0.24
Hex 6 21 72 5F 47 0 37 E1 5A 18
Octal 6 41 162 137 107 0 67 341 132 30
Binary 110 100001 1110010 1011111 1000111 0 110111 11100001 1011010 11000

Color Harmonies of #062172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062172

Black with #062172

Text Example


Text Example

White with #062172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062172; }

 p { color: rgb(6,33,114); }

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

background-color css

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

 a { background-color: rgb(6,33,114); }

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

border-color css

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

 span { border-color: rgb(6,33,114); }

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