Html Css Color HEX #01184A Sapphire

📋 copy color: '#01184A'

red 1 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #01184A

Tints of Sapphire #01184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 74.75%

R = 1.01%
G = 24.24%
B = 74.75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01184A (or 0x01184A) is known color: Sapphire. HEX triplet: 01, 18 and 4A. RGB value is (1,24,74). Sum of RGB (Red+Green+Blue) = 1+24+74=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #01184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01184A is #FEE7B5. Grayscale: #161616. Windows color (decimal): -16705462 or 4855809. OLE color: 4855809.

HSL color Cylindrical-coordinate representation of color #01184A: hue angle of 221.1º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01184A is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 24 74 -
CMYK 0.99 0.68 0 0.71
HSL 221.1º 0.97% 0.15% -
HSV(B) 221.1º 0.99% 0.29% -
XYZ 1.58 1.15 6.62 -
YUV 22.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 1 24 74 0.99 0.68 0 0.71 221.1 0.97 0.15
Hex 1 18 4A 63 44 0 47 DD 61 F
Octal 1 30 112 143 104 0 107 335 141 17
Binary 1 11000 1001010 1100011 1000100 0 1000111 11011101 1100001 1111

Color Harmonies of #01184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01184A

Black with #01184A

Text Example


Text Example

White with #01184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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