Html Css Color HEX #062455 Sapphire

📋 copy color: '#062455'

red 6 ◦ green 36 ◦ blue 85

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

Shades of Sapphire #062455

Tints of Sapphire #062455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 4.72%
G = 28.35%
B = 66.93%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062455 (or 0x062455) is known color: Sapphire. HEX triplet: 06, 24 and 55. RGB value is (6,36,85). Sum of RGB (Red+Green+Blue) = 6+36+85=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #062455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062455 is #F9DBAA. Grayscale: #202020. Windows color (decimal): -16374699 or 5579782. OLE color: 5579782.

HSL color Cylindrical-coordinate representation of color #062455: hue angle of 217.22º 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 #062455 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 36 85 -
CMYK 0.93 0.58 0 0.67
HSL 217.22º 0.87% 0.18% -
HSV(B) 217.22º 0.93% 0.33% -
XYZ 2.35 1.96 8.85 -
YUV 32.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 6 36 85 0.93 0.58 0 0.67 217.22 0.87 0.18
Hex 6 24 55 5D 3A 0 43 D9 57 12
Octal 6 44 125 135 72 0 103 331 127 22
Binary 110 100100 1010101 1011101 111010 0 1000011 11011001 1010111 10010

Color Harmonies of #062455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062455

Black with #062455

Text Example


Text Example

White with #062455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062455; }

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

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

background-color css

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

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

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

border-color css

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

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

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