Html Css Color HEX #061564 Sapphire

📋 copy color: '#061564'

red 6 ◦ green 21 ◦ blue 100

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

Shades of Sapphire #061564

Tints of Sapphire #061564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 78.74%

R = 4.72%
G = 16.54%
B = 78.74%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#061564 (or 0x061564) is known color: Sapphire. HEX triplet: 06, 15 and 64. RGB value is (6,21,100). Sum of RGB (Red+Green+Blue) = 6+21+100=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 100 (39.45% from 255 or 78.74% from 127); Max value from RGB is 100 - color contains mainly: blue. Hex color #061564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061564 is #F9EA9B. Grayscale: #191919. Windows color (decimal): -16378524 or 6558982. OLE color: 6558982.

HSL color Cylindrical-coordinate representation of color #061564: hue angle of 230.43º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061564 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 21 100 -
CMYK 0.94 0.79 0 0.61
HSL 230.43º 0.89% 0.21% -
HSV(B) 230.43º 0.94% 0.39% -
XYZ 2.64 1.5 12.21 -
YUV 25.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 6 21 100 0.94 0.79 0 0.61 230.43 0.89 0.21
Hex 6 15 64 5E 4F 0 3D E6 59 15
Octal 6 25 144 136 117 0 75 346 131 25
Binary 110 10101 1100100 1011110 1001111 0 111101 11100110 1011001 10101

Color Harmonies of #061564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061564

Black with #061564

Text Example


Text Example

White with #061564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061564; }

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

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

background-color css

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

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

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

border-color css

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

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

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