Html Css Color HEX #01184B Sapphire

📋 copy color: '#01184B'

red 1 ◦ green 24 ◦ blue 75

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

Shades of Sapphire #01184B

Tints of Sapphire #01184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 75%

R = 1%
G = 24%
B = 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

#01184B (or 0x01184B) is known color: Sapphire. HEX triplet: 01, 18 and 4B. RGB value is (1,24,75). Sum of RGB (Red+Green+Blue) = 1+24+75=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #01184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01184B is #FEE7B4. Grayscale: #161616. Windows color (decimal): -16705461 or 4921345. OLE color: 4921345.

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

Color convert

RGB 1 24 75 -
CMYK 0.99 0.68 0 0.71
HSL 221.35º 0.97% 0.15% -
HSV(B) 221.35º 0.99% 0.29% -
XYZ 1.61 1.17 6.8 -
YUV 22.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 1 24 75 0.99 0.68 0 0.71 221.35 0.97 0.15
Hex 1 18 4B 63 44 0 47 DD 61 F
Octal 1 30 113 143 104 0 107 335 141 17
Binary 1 11000 1001011 1100011 1000100 0 1000111 11011101 1100001 1111

Color Harmonies of #01184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01184B

Black with #01184B

Text Example


Text Example

White with #01184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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