Html Css Color HEX #061861 Sapphire

📋 copy color: '#061861'

red 6 ◦ green 24 ◦ blue 97

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

Shades of Sapphire #061861

Tints of Sapphire #061861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 97 (38.28% from 255) = 76.38%

R = 4.72%
G = 18.9%
B = 76.38%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061861 (or 0x061861) is known color: Sapphire. HEX triplet: 06, 18 and 61. RGB value is (6,24,97). Sum of RGB (Red+Green+Blue) = 6+24+97=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #061861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061861 is #F9E79E. Grayscale: #1A1A1A. Windows color (decimal): -16377759 or 6363142. OLE color: 6363142.

HSL color Cylindrical-coordinate representation of color #061861: hue angle of 228.13º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061861 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 24 97 -
CMYK 0.94 0.75 0 0.62
HSL 228.13º 0.88% 0.2% -
HSV(B) 228.13º 0.94% 0.38% -
XYZ 2.56 1.56 11.47 -
YUV 26.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 6 24 97 0.94 0.75 0 0.62 228.13 0.88 0.2
Hex 6 18 61 5E 4B 0 3E E4 58 14
Octal 6 30 141 136 113 0 76 344 130 24
Binary 110 11000 1100001 1011110 1001011 0 111110 11100100 1011000 10100

Color Harmonies of #061861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061861

Black with #061861

Text Example


Text Example

White with #061861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061861; }

 p { color: rgb(6,24,97); }

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

background-color css

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

 a { background-color: rgb(6,24,97); }

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

border-color css

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

 span { border-color: rgb(6,24,97); }

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