Html Css Color HEX #061454 Sapphire

📋 copy color: '#061454'

red 6 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #061454

Tints of Sapphire #061454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 5.45%
G = 18.18%
B = 76.36%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061454 (or 0x061454) is known color: Sapphire. HEX triplet: 06, 14 and 54. RGB value is (6,20,84). Sum of RGB (Red+Green+Blue) = 6+20+84=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #061454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061454 is #F9EBAB. Grayscale: #161616. Windows color (decimal): -16378796 or 5510150. OLE color: 5510150.

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

Color convert

RGB 6 20 84 -
CMYK 0.93 0.76 0 0.67
HSL 229.23º 0.87% 0.18% -
HSV(B) 229.23º 0.93% 0.33% -
XYZ 1.93 1.18 8.51 -
YUV 23.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 6 20 84 0.93 0.76 0 0.67 229.23 0.87 0.18
Hex 6 14 54 5D 4C 0 43 E5 57 12
Octal 6 24 124 135 114 0 103 345 127 22
Binary 110 10100 1010100 1011101 1001100 0 1000011 11100101 1010111 10010

Color Harmonies of #061454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061454

Black with #061454

Text Example


Text Example

White with #061454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061454; }

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

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

background-color css

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

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

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

border-color css

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

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

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