Html Css Color HEX #011874 Sapphire

📋 copy color: '#011874'

red 1 ◦ green 24 ◦ blue 116

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

Shades of Sapphire #011874

Tints of Sapphire #011874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 0.71%
G = 17.02%
B = 82.27%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011874 (or 0x011874) is known color: Sapphire. HEX triplet: 01, 18 and 74. RGB value is (1,24,116). Sum of RGB (Red+Green+Blue) = 1+24+116=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 116 (45.70% from 255 or 82.27% from 141); Max value from RGB is 116 - color contains mainly: blue. Hex color #011874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011874 is #FEE78B. Grayscale: #1B1B1B. Windows color (decimal): -16705420 or 7608321. OLE color: 7608321.

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

Color convert

RGB 1 24 116 -
CMYK 0.99 0.79 0 0.55
HSL 228º 0.98% 0.23% -
HSV(B) 228º 0.99% 0.45% -
XYZ 3.49 1.92 16.71 -
YUV 27.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 1 24 116 0.99 0.79 0 0.55 228 0.98 0.23
Hex 1 18 74 63 4F 0 37 E4 62 17
Octal 1 30 164 143 117 0 67 344 142 27
Binary 1 11000 1110100 1100011 1001111 0 110111 11100100 1100010 10111

Color Harmonies of #011874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011874

Black with #011874

Text Example


Text Example

White with #011874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011874; }

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

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

background-color css

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

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

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

border-color css

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

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

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