Html Css Color HEX #061464 Sapphire

📋 copy color: '#061464'

red 6 ◦ green 20 ◦ blue 100

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

Shades of Sapphire #061464

Tints of Sapphire #061464

RGB

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

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

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

R = 4.76%
G = 15.87%
B = 79.37%

CMYK

 C value IS 0.94

 M value IS 0.8

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#061464 (or 0x061464) is known color: Sapphire. HEX triplet: 06, 14 and 64. RGB value is (6,20,100). Sum of RGB (Red+Green+Blue) = 6+20+100=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 100 (39.45% from 255 or 79.37% from 126); Max value from RGB is 100 - color contains mainly: blue. Hex color #061464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061464 is #F9EB9B. Grayscale: #181818. Windows color (decimal): -16378780 or 6558726. OLE color: 6558726.

HSL color Cylindrical-coordinate representation of color #061464: hue angle of 231.06º 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 #061464 is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 20 100 -
CMYK 0.94 0.8 0 0.61
HSL 231.06º 0.89% 0.21% -
HSV(B) 231.06º 0.94% 0.39% -
XYZ 2.63 1.46 12.2 -
YUV 24.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 6 20 100 0.94 0.8 0 0.61 231.06 0.89 0.21
Hex 6 14 64 5E 50 0 3D E7 59 15
Octal 6 24 144 136 120 0 75 347 131 25
Binary 110 10100 1100100 1011110 1010000 0 111101 11100111 1011001 10101

Color Harmonies of #061464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061464

Black with #061464

Text Example


Text Example

White with #061464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061464; }

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

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

background-color css

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

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

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

border-color css

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

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

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