Html Css Color HEX #011C7B Sapphire

📋 copy color: '#011C7B'

red 1 ◦ green 28 ◦ blue 123

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

Shades of Sapphire #011C7B

Tints of Sapphire #011C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 80.92%

R = 0.66%
G = 18.42%
B = 80.92%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#011C7B (or 0x011C7B) is known color: Sapphire. HEX triplet: 01, 1C and 7B. RGB value is (1,28,123). Sum of RGB (Red+Green+Blue) = 1+28+123=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #011C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C7B is #FEE384. Grayscale: #1E1E1E. Windows color (decimal): -16704389 or 8068097. OLE color: 8068097.

HSL color Cylindrical-coordinate representation of color #011C7B: hue angle of 226.72º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C7B is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 28 123 -
CMYK 0.99 0.77 0 0.52
HSL 226.72º 0.98% 0.24% -
HSV(B) 226.72º 0.99% 0.48% -
XYZ 4 2.27 18.97 -
YUV 30.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 1 28 123 0.99 0.77 0 0.52 226.72 0.98 0.24
Hex 1 1C 7B 63 4D 0 34 E3 62 18
Octal 1 34 173 143 115 0 64 343 142 30
Binary 1 11100 1111011 1100011 1001101 0 110100 11100011 1100010 11000

Color Harmonies of #011C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C7B

Black with #011C7B

Text Example


Text Example

White with #011C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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