Html Css Color HEX #061C5F Sapphire

📋 copy color: '#061C5F'

red 6 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #061C5F

Tints of Sapphire #061C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.71%

 BLUE value IS 95 (37.5% from 255) = 73.64%

R = 4.65%
G = 21.71%
B = 73.64%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#061C5F (or 0x061C5F) is known color: Sapphire. HEX triplet: 06, 1C and 5F. RGB value is (6,28,95). Sum of RGB (Red+Green+Blue) = 6+28+95=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #061C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C5F is #F9E3A0. Grayscale: #1C1C1C. Windows color (decimal): -16376737 or 6233094. OLE color: 6233094.

HSL color Cylindrical-coordinate representation of color #061C5F: hue angle of 225.17º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061C5F is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 28 95 -
CMYK 0.94 0.71 0 0.63
HSL 225.17º 0.88% 0.2% -
HSV(B) 225.17º 0.94% 0.37% -
XYZ 2.56 1.7 11.02 -
YUV 29.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 6 28 95 0.94 0.71 0 0.63 225.17 0.88 0.2
Hex 6 1C 5F 5E 47 0 3F E1 58 14
Octal 6 34 137 136 107 0 77 341 130 24
Binary 110 11100 1011111 1011110 1000111 0 111111 11100001 1011000 10100

Color Harmonies of #061C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C5F

Black with #061C5F

Text Example


Text Example

White with #061C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,95); }

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

background-color css

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

 a { background-color: rgb(6,28,95); }

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

border-color css

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

 span { border-color: rgb(6,28,95); }

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