Html Css Color HEX #062257 Sapphire

📋 copy color: '#062257'

red 6 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #062257

Tints of Sapphire #062257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.77%

 BLUE value IS 87 (34.38% from 255) = 68.5%

R = 4.72%
G = 26.77%
B = 68.5%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062257 (or 0x062257) is known color: Sapphire. HEX triplet: 06, 22 and 57. RGB value is (6,34,87). Sum of RGB (Red+Green+Blue) = 6+34+87=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #062257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062257 is #F9DDA8. Grayscale: #1F1F1F. Windows color (decimal): -16375209 or 5710342. OLE color: 5710342.

HSL color Cylindrical-coordinate representation of color #062257: hue angle of 219.26º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062257 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 34 87 -
CMYK 0.93 0.61 0 0.66
HSL 219.26º 0.87% 0.18% -
HSV(B) 219.26º 0.93% 0.34% -
XYZ 2.37 1.87 9.25 -
YUV 31.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 6 34 87 0.93 0.61 0 0.66 219.26 0.87 0.18
Hex 6 22 57 5D 3D 0 42 DB 57 12
Octal 6 42 127 135 75 0 102 333 127 22
Binary 110 100010 1010111 1011101 111101 0 1000010 11011011 1010111 10010

Color Harmonies of #062257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062257

Black with #062257

Text Example


Text Example

White with #062257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062257; }

 p { color: rgb(6,34,87); }

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

background-color css

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

 a { background-color: rgb(6,34,87); }

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

border-color css

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

 span { border-color: rgb(6,34,87); }

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