Html Css Color HEX #062554 Sapphire

📋 copy color: '#062554'

red 6 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #062554

Tints of Sapphire #062554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 84 (33.2% from 255) = 66.14%

R = 4.72%
G = 29.13%
B = 66.14%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062554 (or 0x062554) is known color: Sapphire. HEX triplet: 06, 25 and 54. RGB value is (6,37,84). Sum of RGB (Red+Green+Blue) = 6+37+84=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #062554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062554 is #F9DAAB. Grayscale: #202020. Windows color (decimal): -16374444 or 5514502. OLE color: 5514502.

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

Color convert

RGB 6 37 84 -
CMYK 0.93 0.56 0 0.67
HSL 216.15º 0.87% 0.18% -
HSV(B) 216.15º 0.93% 0.33% -
XYZ 2.34 2 8.65 -
YUV 33.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 6 37 84 0.93 0.56 0 0.67 216.15 0.87 0.18
Hex 6 25 54 5D 38 0 43 D8 57 12
Octal 6 45 124 135 70 0 103 330 127 22
Binary 110 100101 1010100 1011101 111000 0 1000011 11011000 1010111 10010

Color Harmonies of #062554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062554

Black with #062554

Text Example


Text Example

White with #062554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062554; }

 p { color: rgb(6,37,84); }

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

background-color css

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

 a { background-color: rgb(6,37,84); }

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

border-color css

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

 span { border-color: rgb(6,37,84); }

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