Html Css Color HEX #00144D Sapphire

📋 copy color: '#00144D'

red 0 ◦ green 20 ◦ blue 77

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

Shades of Sapphire #00144D

Tints of Sapphire #00144D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 77 (30.47% from 255) = 79.38%

R = 0%
G = 20.62%
B = 79.38%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00144D (or 0x00144D) is known color: Sapphire. HEX triplet: 00, 14 and 4D. RGB value is (0,20,77). Sum of RGB (Red+Green+Blue) = 0+20+77=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #00144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00144D is #FFEBB2. Grayscale: #141414. Windows color (decimal): -16772019 or 5051392. OLE color: 5051392.

HSL color Cylindrical-coordinate representation of color #00144D: hue angle of 224.42º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00144D is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 20 77 -
CMYK 1 0.74 0 0.70
HSL 224.42º 1% 0.15% -
HSV(B) 224.42º 1% 0.3% -
XYZ 1.59 1.04 7.14 -
YUV 20.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 0 20 77 1 0.74 0 0.70 224.42 1 0.15
Hex 0 14 4D 64 4A 0 46 E0 64 F
Octal 0 24 115 144 112 0 106 340 144 17
Binary 0 10100 1001101 1100100 1001010 0 1000110 11100000 1100100 1111

Color Harmonies of #00144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00144D

Black with #00144D

Text Example


Text Example

White with #00144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00144D; }

 p { color: rgb(0,20,77); }

 H1.HeaderClassName
 {
   color: #00144D;
 }
 .AnyTagClassName
 {
   color: #00144D;
 }
</style>

background-color css

<style>
 a { background-color: #00144D; }

 a { background-color: rgb(0,20,77); }

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

border-color css

<style>
 span { border-color: #00144D; }

 span { border-color: rgb(0,20,77); }

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