Html Css Color HEX #011C72 Sapphire

📋 copy color: '#011C72'

red 1 ◦ green 28 ◦ blue 114

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

Shades of Sapphire #011C72

Tints of Sapphire #011C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 79.72%

R = 0.7%
G = 19.58%
B = 79.72%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011C72 (or 0x011C72) is known color: Sapphire. HEX triplet: 01, 1C and 72. RGB value is (1,28,114). Sum of RGB (Red+Green+Blue) = 1+28+114=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #011C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C72 is #FEE38D. Grayscale: #1D1D1D. Windows color (decimal): -16704398 or 7478273. OLE color: 7478273.

HSL color Cylindrical-coordinate representation of color #011C72: hue angle of 225.66º 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 #011C72 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 28 114 -
CMYK 0.99 0.75 0 0.55
HSL 225.66º 0.98% 0.23% -
HSV(B) 225.66º 0.99% 0.45% -
XYZ 3.47 2.05 16.13 -
YUV 29.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 1 28 114 0.99 0.75 0 0.55 225.66 0.98 0.23
Hex 1 1C 72 63 4B 0 37 E2 62 17
Octal 1 34 162 143 113 0 67 342 142 27
Binary 1 11100 1110010 1100011 1001011 0 110111 11100010 1100010 10111

Color Harmonies of #011C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C72

Black with #011C72

Text Example


Text Example

White with #011C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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