Html Css Color HEX #061F76 Sapphire

📋 copy color: '#061F76'

red 6 ◦ green 31 ◦ blue 118

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

Shades of Sapphire #061F76

Tints of Sapphire #061F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 76.13%

R = 3.87%
G = 20%
B = 76.13%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061F76 (or 0x061F76) is known color: Sapphire. HEX triplet: 06, 1F and 76. RGB value is (6,31,118). Sum of RGB (Red+Green+Blue) = 6+31+118=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #061F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F76 is #F9E089. Grayscale: #212121. Windows color (decimal): -16375946 or 7741190. OLE color: 7741190.

HSL color Cylindrical-coordinate representation of color #061F76: hue angle of 226.61º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061F76 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 31 118 -
CMYK 0.95 0.74 0 0.54
HSL 226.61º 0.9% 0.24% -
HSV(B) 226.61º 0.95% 0.46% -
XYZ 3.84 2.33 17.39 -
YUV 33.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 6 31 118 0.95 0.74 0 0.54 226.61 0.9 0.24
Hex 6 1F 76 5F 4A 0 36 E3 5A 18
Octal 6 37 166 137 112 0 66 343 132 30
Binary 110 11111 1110110 1011111 1001010 0 110110 11100011 1011010 11000

Color Harmonies of #061F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F76

Black with #061F76

Text Example


Text Example

White with #061F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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