Html Css Color HEX #144CED Navy Blue

📋 copy color: '#144CED'

red 20 ◦ green 76 ◦ blue 237

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

Shades of Navy Blue #144CED

Tints of Navy Blue #144CED

RGB

 RED value IS 20 (8.2% from 255) = 6.01%

 GREEN value IS 76 (30.08% from 255) = 22.82%

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 6.01%
G = 22.82%
B = 71.17%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#144CED (or 0x144CED) is known color: Navy Blue. HEX triplet: 14, 4C and ED. RGB value is (20,76,237). Sum of RGB (Red+Green+Blue) = 20+76+237=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #144CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CED is #EBB312. Grayscale: #4C4C4C. Windows color (decimal): -15446803 or 15551508. OLE color: 15551508.

HSL color Cylindrical-coordinate representation of color #144CED: hue angle of 224.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144CED is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 76 237 -
CMYK 0.92 0.68 0 0.07
HSL 224.52º 0.86% 0.5% -
HSV(B) 224.52º 0.92% 0.93% -
XYZ 18.16 11.43 81.37 -
YUV 77.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 20 76 237 0.92 0.68 0 0.07 224.52 0.86 0.5
Hex 14 4C ED 5C 44 0 7 E1 56 32
Octal 24 114 355 134 104 0 7 341 126 62
Binary 10100 1001100 11101101 1011100 1000100 0 111 11100001 1010110 110010

Color Harmonies of #144CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CED

Black with #144CED

Text Example


Text Example

White with #144CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144CED; }

 p { color: rgb(20,76,237); }

 H1.HeaderClassName
 {
   color: #144CED;
 }
 .AnyTagClassName
 {
   color: #144CED;
 }
</style>

background-color css

<style>
 a { background-color: #144CED; }

 a { background-color: rgb(20,76,237); }

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

border-color css

<style>
 span { border-color: #144CED; }

 span { border-color: rgb(20,76,237); }

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