Html Css Color HEX #01184E Sapphire

📋 copy color: '#01184E'

red 1 ◦ green 24 ◦ blue 78

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

Shades of Sapphire #01184E

Tints of Sapphire #01184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75.73%

R = 0.97%
G = 23.3%
B = 75.73%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01184E (or 0x01184E) is known color: Sapphire. HEX triplet: 01, 18 and 4E. RGB value is (1,24,78). Sum of RGB (Red+Green+Blue) = 1+24+78=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #01184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01184E is #FEE7B1. Grayscale: #171717. Windows color (decimal): -16705458 or 5117953. OLE color: 5117953.

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

Color convert

RGB 1 24 78 -
CMYK 0.99 0.69 0 0.69
HSL 222.08º 0.97% 0.15% -
HSV(B) 222.08º 0.99% 0.31% -
XYZ 1.71 1.21 7.35 -
YUV 23.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 1 24 78 0.99 0.69 0 0.69 222.08 0.97 0.15
Hex 1 18 4E 63 45 0 45 DE 61 F
Octal 1 30 116 143 105 0 105 336 141 17
Binary 1 11000 1001110 1100011 1000101 0 1000101 11011110 1100001 1111

Color Harmonies of #01184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01184E

Black with #01184E

Text Example


Text Example

White with #01184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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