Html Css Color HEX #01144B Sapphire

📋 copy color: '#01144B'

red 1 ◦ green 20 ◦ blue 75

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

Shades of Sapphire #01144B

Tints of Sapphire #01144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

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

R = 1.04%
G = 20.83%
B = 78.13%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01144B (or 0x01144B) is known color: Sapphire. HEX triplet: 01, 14 and 4B. RGB value is (1,20,75). Sum of RGB (Red+Green+Blue) = 1+20+75=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #01144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01144B is #FEEBB4. Grayscale: #141414. Windows color (decimal): -16706485 or 4920321. OLE color: 4920321.

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

Color convert

RGB 1 20 75 -
CMYK 0.99 0.73 0 0.71
HSL 224.59º 0.97% 0.15% -
HSV(B) 224.59º 0.99% 0.29% -
XYZ 1.53 1.01 6.77 -
YUV 20.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 1 20 75 0.99 0.73 0 0.71 224.59 0.97 0.15
Hex 1 14 4B 63 49 0 47 E1 61 F
Octal 1 24 113 143 111 0 107 341 141 17
Binary 1 10100 1001011 1100011 1001001 0 1000111 11100001 1100001 1111

Color Harmonies of #01144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01144B

Black with #01144B

Text Example


Text Example

White with #01144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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