Html Css Color HEX #061354 Sapphire

📋 copy color: '#061354'

red 6 ◦ green 19 ◦ blue 84

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

Shades of Sapphire #061354

Tints of Sapphire #061354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 5.5%
G = 17.43%
B = 77.06%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061354 (or 0x061354) is known color: Sapphire. HEX triplet: 06, 13 and 54. RGB value is (6,19,84). Sum of RGB (Red+Green+Blue) = 6+19+84=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #061354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061354 is #F9ECAB. Grayscale: #161616. Windows color (decimal): -16379052 or 5509894. OLE color: 5509894.

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

Color convert

RGB 6 19 84 -
CMYK 0.93 0.77 0 0.67
HSL 230º 0.87% 0.18% -
HSV(B) 230º 0.93% 0.33% -
XYZ 1.91 1.14 8.51 -
YUV 22.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 6 19 84 0.93 0.77 0 0.67 230 0.87 0.18
Hex 6 13 54 5D 4D 0 43 E6 57 12
Octal 6 23 124 135 115 0 103 346 127 22
Binary 110 10011 1010100 1011101 1001101 0 1000011 11100110 1010111 10010

Color Harmonies of #061354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061354

Black with #061354

Text Example


Text Example

White with #061354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061354; }

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

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

background-color css

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

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

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

border-color css

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

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

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