Html Css Color HEX #011D67 Sapphire

📋 copy color: '#011D67'

red 1 ◦ green 29 ◦ blue 103

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

Shades of Sapphire #011D67

Tints of Sapphire #011D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.8%

 BLUE value IS 103 (40.63% from 255) = 77.44%

R = 0.75%
G = 21.8%
B = 77.44%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011D67 (or 0x011D67) is known color: Sapphire. HEX triplet: 01, 1D and 67. RGB value is (1,29,103). Sum of RGB (Red+Green+Blue) = 1+29+103=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #011D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D67 is #FEE298. Grayscale: #1C1C1C. Windows color (decimal): -16704153 or 6757633. OLE color: 6757633.

HSL color Cylindrical-coordinate representation of color #011D67: hue angle of 223.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D67 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 29 103 -
CMYK 0.99 0.72 0 0.60
HSL 223.53º 0.98% 0.2% -
HSV(B) 223.53º 0.99% 0.4% -
XYZ 2.9 1.86 13.04 -
YUV 29.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 1 29 103 0.99 0.72 0 0.60 223.53 0.98 0.2
Hex 1 1D 67 63 48 0 3C E0 62 14
Octal 1 35 147 143 110 0 74 340 142 24
Binary 1 11101 1100111 1100011 1001000 0 111100 11100000 1100010 10100

Color Harmonies of #011D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D67

Black with #011D67

Text Example


Text Example

White with #011D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,29,103); }

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

background-color css

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

 a { background-color: rgb(1,29,103); }

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

border-color css

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

 span { border-color: rgb(1,29,103); }

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