Html Css Color HEX #01184C Sapphire

📋 copy color: '#01184C'

red 1 ◦ green 24 ◦ blue 76

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

Shades of Sapphire #01184C

Tints of Sapphire #01184C

RGB

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

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

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

R = 0.99%
G = 23.76%
B = 75.25%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01184C (or 0x01184C) is known color: Sapphire. HEX triplet: 01, 18 and 4C. RGB value is (1,24,76). Sum of RGB (Red+Green+Blue) = 1+24+76=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #01184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01184C is #FEE7B3. Grayscale: #161616. Windows color (decimal): -16705460 or 4986881. OLE color: 4986881.

HSL color Cylindrical-coordinate representation of color #01184C: hue angle of 221.6º 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 #01184C is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 24 76 -
CMYK 0.99 0.68 0 0.70
HSL 221.6º 0.97% 0.15% -
HSV(B) 221.6º 0.99% 0.3% -
XYZ 1.64 1.18 6.98 -
YUV 23.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 1 24 76 0.99 0.68 0 0.70 221.6 0.97 0.15
Hex 1 18 4C 63 44 0 46 DE 61 F
Octal 1 30 114 143 104 0 106 336 141 17
Binary 1 11000 1001100 1100011 1000100 0 1000110 11011110 1100001 1111

Color Harmonies of #01184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01184C

Black with #01184C

Text Example


Text Example

White with #01184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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