Html Css Color HEX #061F64 Sapphire

📋 copy color: '#061F64'

red 6 ◦ green 31 ◦ blue 100

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

Shades of Sapphire #061F64

Tints of Sapphire #061F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 72.99%

R = 4.38%
G = 22.63%
B = 72.99%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#061F64 (or 0x061F64) is known color: Sapphire. HEX triplet: 06, 1F and 64. RGB value is (6,31,100). Sum of RGB (Red+Green+Blue) = 6+31+100=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 100 (39.45% from 255 or 72.99% from 137); Max value from RGB is 100 - color contains mainly: blue. Hex color #061F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F64 is #F9E09B. Grayscale: #1F1F1F. Windows color (decimal): -16375964 or 6561542. OLE color: 6561542.

HSL color Cylindrical-coordinate representation of color #061F64: hue angle of 224.04º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061F64 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 31 100 -
CMYK 0.94 0.69 0 0.61
HSL 224.04º 0.89% 0.21% -
HSV(B) 224.04º 0.94% 0.39% -
XYZ 2.87 1.94 12.28 -
YUV 31.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 6 31 100 0.94 0.69 0 0.61 224.04 0.89 0.21
Hex 6 1F 64 5E 45 0 3D E0 59 15
Octal 6 37 144 136 105 0 75 340 131 25
Binary 110 11111 1100100 1011110 1000101 0 111101 11100000 1011001 10101

Color Harmonies of #061F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F64

Black with #061F64

Text Example


Text Example

White with #061F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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