Html Css Color HEX #061F55 Sapphire

📋 copy color: '#061F55'

red 6 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #061F55

Tints of Sapphire #061F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.41%

 BLUE value IS 85 (33.59% from 255) = 69.67%

R = 4.92%
G = 25.41%
B = 69.67%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061F55 (or 0x061F55) is known color: Sapphire. HEX triplet: 06, 1F and 55. RGB value is (6,31,85). Sum of RGB (Red+Green+Blue) = 6+31+85=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #061F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F55 is #F9E0AA. Grayscale: #1D1D1D. Windows color (decimal): -16375979 or 5578502. OLE color: 5578502.

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

Color convert

RGB 6 31 85 -
CMYK 0.93 0.64 0 0.67
HSL 221.01º 0.87% 0.18% -
HSV(B) 221.01º 0.93% 0.33% -
XYZ 2.2 1.67 8.8 -
YUV 29.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 6 31 85 0.93 0.64 0 0.67 221.01 0.87 0.18
Hex 6 1F 55 5D 40 0 43 DD 57 12
Octal 6 37 125 135 100 0 103 335 127 22
Binary 110 11111 1010101 1011101 1000000 0 1000011 11011101 1010111 10010

Color Harmonies of #061F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F55

Black with #061F55

Text Example


Text Example

White with #061F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061F55; }

 p { color: rgb(6,31,85); }

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

background-color css

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

 a { background-color: rgb(6,31,85); }

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

border-color css

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

 span { border-color: rgb(6,31,85); }

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