Html Css Color HEX #144A8C Dark Cerulean

📋 copy color: '#144A8C'

red 20 ◦ green 74 ◦ blue 140

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

Shades of Dark Cerulean #144A8C

Tints of Dark Cerulean #144A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 8.55%
G = 31.62%
B = 59.83%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#144A8C (or 0x144A8C) is known color: Dark Cerulean. HEX triplet: 14, 4A and 8C. RGB value is (20,74,140). Sum of RGB (Red+Green+Blue) = 20+74+140=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #144A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A8C is #EBB573. Grayscale: #414141. Windows color (decimal): -15447412 or 9194004. OLE color: 9194004.

HSL color Cylindrical-coordinate representation of color #144A8C: hue angle of 213º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144A8C is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 74 140 -
CMYK 0.86 0.47 0 0.45
HSL 213º 0.75% 0.31% -
HSV(B) 213º 0.86% 0.55% -
XYZ 7.47 6.94 25.76 -
YUV 65.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 20 74 140 0.86 0.47 0 0.45 213 0.75 0.31
Hex 14 4A 8C 56 2F 0 2D D5 4B 1F
Octal 24 112 214 126 57 0 55 325 113 37
Binary 10100 1001010 10001100 1010110 101111 0 101101 11010101 1001011 11111

Color Harmonies of #144A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A8C

Black with #144A8C

Text Example


Text Example

White with #144A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,140); }

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

background-color css

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

 a { background-color: rgb(20,74,140); }

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

border-color css

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

 span { border-color: rgb(20,74,140); }

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