Html Css Color HEX #011C74 Sapphire

📋 copy color: '#011C74'

red 1 ◦ green 28 ◦ blue 116

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

Shades of Sapphire #011C74

Tints of Sapphire #011C74

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 0.69%
G = 19.31%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011C74 (or 0x011C74) is known color: Sapphire. HEX triplet: 01, 1C and 74. RGB value is (1,28,116). Sum of RGB (Red+Green+Blue) = 1+28+116=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #011C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C74 is #FEE38B. Grayscale: #1D1D1D. Windows color (decimal): -16704396 or 7609345. OLE color: 7609345.

HSL color Cylindrical-coordinate representation of color #011C74: hue angle of 225.91º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C74 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 28 116 -
CMYK 0.99 0.76 0 0.55
HSL 225.91º 0.98% 0.23% -
HSV(B) 225.91º 0.99% 0.45% -
XYZ 3.58 2.1 16.74 -
YUV 29.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 1 28 116 0.99 0.76 0 0.55 225.91 0.98 0.23
Hex 1 1C 74 63 4C 0 37 E2 62 17
Octal 1 34 164 143 114 0 67 342 142 27
Binary 1 11100 1110100 1100011 1001100 0 110111 11100010 1100010 10111

Color Harmonies of #011C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C74

Black with #011C74

Text Example


Text Example

White with #011C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C74; }

 p { color: rgb(1,28,116); }

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

background-color css

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

 a { background-color: rgb(1,28,116); }

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

border-color css

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

 span { border-color: rgb(1,28,116); }

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