Html Css Color HEX #061469 Sapphire

📋 copy color: '#061469'

red 6 ◦ green 20 ◦ blue 105

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

Shades of Sapphire #061469

Tints of Sapphire #061469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 80.15%

R = 4.58%
G = 15.27%
B = 80.15%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061469 (or 0x061469) is known color: Sapphire. HEX triplet: 06, 14 and 69. RGB value is (6,20,105). Sum of RGB (Red+Green+Blue) = 6+20+105=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #061469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061469 is #F9EB96. Grayscale: #191919. Windows color (decimal): -16378775 or 6886406. OLE color: 6886406.

HSL color Cylindrical-coordinate representation of color #061469: hue angle of 231.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061469 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 20 105 -
CMYK 0.94 0.81 0 0.59
HSL 231.52º 0.89% 0.22% -
HSV(B) 231.52º 0.94% 0.41% -
XYZ 2.88 1.56 13.51 -
YUV 25.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 6 20 105 0.94 0.81 0 0.59 231.52 0.89 0.22
Hex 6 14 69 5E 51 0 3B E8 59 16
Octal 6 24 151 136 121 0 73 350 131 26
Binary 110 10100 1101001 1011110 1010001 0 111011 11101000 1011001 10110

Color Harmonies of #061469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061469

Black with #061469

Text Example


Text Example

White with #061469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061469; }

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

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

background-color css

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

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

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

border-color css

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

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

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