Html Css Color HEX #062259 Sapphire

📋 copy color: '#062259'

red 6 ◦ green 34 ◦ blue 89

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

Shades of Sapphire #062259

Tints of Sapphire #062259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 68.99%

R = 4.65%
G = 26.36%
B = 68.99%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062259 (or 0x062259) is known color: Sapphire. HEX triplet: 06, 22 and 59. RGB value is (6,34,89). Sum of RGB (Red+Green+Blue) = 6+34+89=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #062259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062259 is #F9DDA6. Grayscale: #1F1F1F. Windows color (decimal): -16375207 or 5841414. OLE color: 5841414.

HSL color Cylindrical-coordinate representation of color #062259: hue angle of 219.76º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062259 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 34 89 -
CMYK 0.93 0.62 0 0.65
HSL 219.76º 0.87% 0.19% -
HSV(B) 219.76º 0.93% 0.35% -
XYZ 2.45 1.9 9.69 -
YUV 31.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 6 34 89 0.93 0.62 0 0.65 219.76 0.87 0.19
Hex 6 22 59 5D 3E 0 41 DC 57 13
Octal 6 42 131 135 76 0 101 334 127 23
Binary 110 100010 1011001 1011101 111110 0 1000001 11011100 1010111 10011

Color Harmonies of #062259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062259

Black with #062259

Text Example


Text Example

White with #062259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062259; }

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

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

background-color css

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

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

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

border-color css

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

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

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