Html Css Color HEX #061554 Sapphire

📋 copy color: '#061554'

red 6 ◦ green 21 ◦ blue 84

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

Shades of Sapphire #061554

Tints of Sapphire #061554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 5.41%
G = 18.92%
B = 75.68%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061554 (or 0x061554) is known color: Sapphire. HEX triplet: 06, 15 and 54. RGB value is (6,21,84). Sum of RGB (Red+Green+Blue) = 6+21+84=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #061554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061554 is #F9EAAB. Grayscale: #171717. Windows color (decimal): -16378540 or 5510406. OLE color: 5510406.

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

Color convert

RGB 6 21 84 -
CMYK 0.93 0.75 0 0.67
HSL 228.46º 0.87% 0.18% -
HSV(B) 228.46º 0.93% 0.33% -
XYZ 1.94 1.22 8.52 -
YUV 23.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 6 21 84 0.93 0.75 0 0.67 228.46 0.87 0.18
Hex 6 15 54 5D 4B 0 43 E4 57 12
Octal 6 25 124 135 113 0 103 344 127 22
Binary 110 10101 1010100 1011101 1001011 0 1000011 11100100 1010111 10010

Color Harmonies of #061554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061554

Black with #061554

Text Example


Text Example

White with #061554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061554; }

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

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

background-color css

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

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

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

border-color css

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

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

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