Html Css Color HEX #061C71 Sapphire

📋 copy color: '#061C71'

red 6 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #061C71

Tints of Sapphire #061C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 76.87%

R = 4.08%
G = 19.05%
B = 76.87%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061C71 (or 0x061C71) is known color: Sapphire. HEX triplet: 06, 1C and 71. RGB value is (6,28,113). Sum of RGB (Red+Green+Blue) = 6+28+113=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #061C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C71 is #F9E38E. Grayscale: #1E1E1E. Windows color (decimal): -16376719 or 7412742. OLE color: 7412742.

HSL color Cylindrical-coordinate representation of color #061C71: hue angle of 227.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C71 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 28 113 -
CMYK 0.95 0.75 0 0.56
HSL 227.66º 0.9% 0.23% -
HSV(B) 227.66º 0.95% 0.44% -
XYZ 3.47 2.06 15.84 -
YUV 31.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 6 28 113 0.95 0.75 0 0.56 227.66 0.9 0.23
Hex 6 1C 71 5F 4B 0 38 E4 5A 17
Octal 6 34 161 137 113 0 70 344 132 27
Binary 110 11100 1110001 1011111 1001011 0 111000 11100100 1011010 10111

Color Harmonies of #061C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C71

Black with #061C71

Text Example


Text Example

White with #061C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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