Html Css Color HEX #062155 Sapphire

📋 copy color: '#062155'

red 6 ◦ green 33 ◦ blue 85

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

Shades of Sapphire #062155

Tints of Sapphire #062155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68.55%

R = 4.84%
G = 26.61%
B = 68.55%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062155 (or 0x062155) is known color: Sapphire. HEX triplet: 06, 21 and 55. RGB value is (6,33,85). Sum of RGB (Red+Green+Blue) = 6+33+85=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #062155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062155 is #F9DEAA. Grayscale: #1E1E1E. Windows color (decimal): -16375467 or 5579014. OLE color: 5579014.

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

Color convert

RGB 6 33 85 -
CMYK 0.93 0.61 0 0.67
HSL 219.49º 0.87% 0.18% -
HSV(B) 219.49º 0.93% 0.33% -
XYZ 2.26 1.78 8.82 -
YUV 30.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 6 33 85 0.93 0.61 0 0.67 219.49 0.87 0.18
Hex 6 21 55 5D 3D 0 43 DB 57 12
Octal 6 41 125 135 75 0 103 333 127 22
Binary 110 100001 1010101 1011101 111101 0 1000011 11011011 1010111 10010

Color Harmonies of #062155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062155

Black with #062155

Text Example


Text Example

White with #062155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062155; }

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

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

background-color css

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

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

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

border-color css

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

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

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