Html Css Color HEX #144F8B Dark Cerulean

📋 copy color: '#144F8B'

red 20 ◦ green 79 ◦ blue 139

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

Shades of Dark Cerulean #144F8B

Tints of Dark Cerulean #144F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 8.4%
G = 33.19%
B = 58.4%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#144F8B (or 0x144F8B) is known color: Dark Cerulean. HEX triplet: 14, 4F and 8B. RGB value is (20,79,139). Sum of RGB (Red+Green+Blue) = 20+79+139=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #144F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F8B is #EBB074. Grayscale: #434343. Windows color (decimal): -15446133 or 9129748. OLE color: 9129748.

HSL color Cylindrical-coordinate representation of color #144F8B: hue angle of 210.25º 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 #144F8B is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 79 139 -
CMYK 0.86 0.43 0 0.45
HSL 210.25º 0.75% 0.31% -
HSV(B) 210.25º 0.86% 0.55% -
XYZ 7.74 7.6 25.49 -
YUV 68.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 20 79 139 0.86 0.43 0 0.45 210.25 0.75 0.31
Hex 14 4F 8B 56 2B 0 2D D2 4B 1F
Octal 24 117 213 126 53 0 55 322 113 37
Binary 10100 1001111 10001011 1010110 101011 0 101101 11010010 1001011 11111

Color Harmonies of #144F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F8B

Black with #144F8B

Text Example


Text Example

White with #144F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,79,139); }

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

background-color css

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

 a { background-color: rgb(20,79,139); }

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

border-color css

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

 span { border-color: rgb(20,79,139); }

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