Html Css Color HEX #011B4C Sapphire

📋 copy color: '#011B4C'

red 1 ◦ green 27 ◦ blue 76

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

Shades of Sapphire #011B4C

Tints of Sapphire #011B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.96%

 BLUE value IS 76 (30.08% from 255) = 73.08%

R = 0.96%
G = 25.96%
B = 73.08%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#011B4C (or 0x011B4C) is known color: Sapphire. HEX triplet: 01, 1B and 4C. RGB value is (1,27,76). Sum of RGB (Red+Green+Blue) = 1+27+76=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #011B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B4C is #FEE4B3. Grayscale: #181818. Windows color (decimal): -16704692 or 4987649. OLE color: 4987649.

HSL color Cylindrical-coordinate representation of color #011B4C: hue angle of 219.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B4C is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 27 76 -
CMYK 0.99 0.64 0 0.70
HSL 219.2º 0.97% 0.15% -
HSV(B) 219.2º 0.99% 0.3% -
XYZ 1.71 1.31 7 -
YUV 24.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 1 27 76 0.99 0.64 0 0.70 219.2 0.97 0.15
Hex 1 1B 4C 63 40 0 46 DB 61 F
Octal 1 33 114 143 100 0 106 333 141 17
Binary 1 11011 1001100 1100011 1000000 0 1000110 11011011 1100001 1111

Color Harmonies of #011B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B4C

Black with #011B4C

Text Example


Text Example

White with #011B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,27,76); }

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

background-color css

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

 a { background-color: rgb(1,27,76); }

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

border-color css

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

 span { border-color: rgb(1,27,76); }

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