Html Css Color HEX #144A8A Dark Cerulean

📋 copy color: '#144A8A'

red 20 ◦ green 74 ◦ blue 138

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

Shades of Dark Cerulean #144A8A

Tints of Dark Cerulean #144A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 8.62%
G = 31.9%
B = 59.48%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144A8A (or 0x144A8A) is known color: Dark Cerulean. HEX triplet: 14, 4A and 8A. RGB value is (20,74,138). Sum of RGB (Red+Green+Blue) = 20+74+138=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #144A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A8A is #EBB575. Grayscale: #404040. Windows color (decimal): -15447414 or 9062932. OLE color: 9062932.

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

Color convert

RGB 20 74 138 -
CMYK 0.86 0.46 0 0.46
HSL 212.54º 0.75% 0.31% -
HSV(B) 212.54º 0.86% 0.54% -
XYZ 7.32 6.88 24.99 -
YUV 65.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 20 74 138 0.86 0.46 0 0.46 212.54 0.75 0.31
Hex 14 4A 8A 56 2E 0 2E D5 4B 1F
Octal 24 112 212 126 56 0 56 325 113 37
Binary 10100 1001010 10001010 1010110 101110 0 101110 11010101 1001011 11111

Color Harmonies of #144A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A8A

Black with #144A8A

Text Example


Text Example

White with #144A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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