Html Css Color HEX #061569 Sapphire

📋 copy color: '#061569'

red 6 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #061569

Tints of Sapphire #061569

RGB

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

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

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

R = 4.55%
G = 15.91%
B = 79.55%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061569 (or 0x061569) is known color: Sapphire. HEX triplet: 06, 15 and 69. RGB value is (6,21,105). Sum of RGB (Red+Green+Blue) = 6+21+105=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #061569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061569 is #F9EA96. Grayscale: #191919. Windows color (decimal): -16378519 or 6886662. OLE color: 6886662.

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

Color convert

RGB 6 21 105 -
CMYK 0.94 0.80 0 0.59
HSL 230.91º 0.89% 0.22% -
HSV(B) 230.91º 0.94% 0.41% -
XYZ 2.89 1.59 13.52 -
YUV 26.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 6 21 105 0.94 0.80 0 0.59 230.91 0.89 0.22
Hex 6 15 69 5E 50 0 3B E7 59 16
Octal 6 25 151 136 120 0 73 347 131 26
Binary 110 10101 1101001 1011110 1010000 0 111011 11100111 1011001 10110

Color Harmonies of #061569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061569

Black with #061569

Text Example


Text Example

White with #061569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061569; }

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

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

background-color css

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

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

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

border-color css

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

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

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