Html Css Color HEX #062154 Sapphire

📋 copy color: '#062154'

red 6 ◦ green 33 ◦ blue 84

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

Shades of Sapphire #062154

Tints of Sapphire #062154

RGB

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

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

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

R = 4.88%
G = 26.83%
B = 68.29%

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

#062154 (or 0x062154) is known color: Sapphire. HEX triplet: 06, 21 and 54. RGB value is (6,33,84). Sum of RGB (Red+Green+Blue) = 6+33+84=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #062154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062154 is #F9DEAB. Grayscale: #1E1E1E. Windows color (decimal): -16375468 or 5513478. OLE color: 5513478.

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

Color convert

RGB 6 33 84 -
CMYK 0.93 0.61 0 0.67
HSL 219.23º 0.87% 0.18% -
HSV(B) 219.23º 0.93% 0.33% -
XYZ 2.22 1.77 8.61 -
YUV 30.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 6 33 84 0.93 0.61 0 0.67 219.23 0.87 0.18
Hex 6 21 54 5D 3D 0 43 DB 57 12
Octal 6 41 124 135 75 0 103 333 127 22
Binary 110 100001 1010100 1011101 111101 0 1000011 11011011 1010111 10010

Color Harmonies of #062154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062154

Black with #062154

Text Example


Text Example

White with #062154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062154; }

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

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

background-color css

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

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

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

border-color css

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

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

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