Html Css Color HEX #061F80 Sapphire

📋 copy color: '#061F80'

red 6 ◦ green 31 ◦ blue 128

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

Shades of Sapphire #061F80

Tints of Sapphire #061F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 77.58%

R = 3.64%
G = 18.79%
B = 77.58%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#061F80 (or 0x061F80) is known color: Sapphire. HEX triplet: 06, 1F and 80. RGB value is (6,31,128). Sum of RGB (Red+Green+Blue) = 6+31+128=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #061F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061F80 is #F9E07F. Grayscale: #222222. Windows color (decimal): -16375936 or 8396550. OLE color: 8396550.

HSL color Cylindrical-coordinate representation of color #061F80: hue angle of 227.7º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061F80 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 31 128 -
CMYK 0.95 0.76 0 0.50
HSL 227.7º 0.91% 0.26% -
HSV(B) 227.7º 0.95% 0.5% -
XYZ 4.46 2.58 20.68 -
YUV 34.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 6 31 128 0.95 0.76 0 0.50 227.7 0.91 0.26
Hex 6 1F 80 5F 4C 0 32 E4 5B 1A
Octal 6 37 200 137 114 0 62 344 133 32
Binary 110 11111 10000000 1011111 1001100 0 110010 11100100 1011011 11010

Color Harmonies of #061F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F80

Black with #061F80

Text Example


Text Example

White with #061F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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