Html Css Color HEX #061954 Sapphire

📋 copy color: '#061954'

red 6 ◦ green 25 ◦ blue 84

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

Shades of Sapphire #061954

Tints of Sapphire #061954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 5.22%
G = 21.74%
B = 73.04%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061954 (or 0x061954) is known color: Sapphire. HEX triplet: 06, 19 and 54. RGB value is (6,25,84). Sum of RGB (Red+Green+Blue) = 6+25+84=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #061954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061954 is #F9E6AB. Grayscale: #191919. Windows color (decimal): -16377516 or 5511430. OLE color: 5511430.

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

Color convert

RGB 6 25 84 -
CMYK 0.93 0.70 0 0.67
HSL 225.38º 0.87% 0.18% -
HSV(B) 225.38º 0.93% 0.33% -
XYZ 2.02 1.37 8.55 -
YUV 26.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 6 25 84 0.93 0.70 0 0.67 225.38 0.87 0.18
Hex 6 19 54 5D 46 0 43 E1 57 12
Octal 6 31 124 135 106 0 103 341 127 22
Binary 110 11001 1010100 1011101 1000110 0 1000011 11100001 1010111 10010

Color Harmonies of #061954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061954

Black with #061954

Text Example


Text Example

White with #061954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061954; }

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

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

background-color css

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

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

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

border-color css

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

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

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