Html Css Color HEX #144678 Dark Cerulean

📋 copy color: '#144678'

red 20 ◦ green 70 ◦ blue 120

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

Shades of Dark Cerulean #144678

Tints of Dark Cerulean #144678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 9.52%
G = 33.33%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144678 (or 0x144678) is known color: Dark Cerulean. HEX triplet: 14, 46 and 78. RGB value is (20,70,120). Sum of RGB (Red+Green+Blue) = 20+70+120=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #144678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144678 is #EBB987. Grayscale: #3C3C3C. Windows color (decimal): -15448456 or 7882260. OLE color: 7882260.

HSL color Cylindrical-coordinate representation of color #144678: hue angle of 210º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144678 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 70 120 -
CMYK 0.83 0.42 0 0.53
HSL 210º 0.71% 0.27% -
HSV(B) 210º 0.83% 0.47% -
XYZ 5.87 5.89 18.6 -
YUV 60.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 20 70 120 0.83 0.42 0 0.53 210 0.71 0.27
Hex 14 46 78 53 2A 0 35 D2 47 1B
Octal 24 106 170 123 52 0 65 322 107 33
Binary 10100 1000110 1111000 1010011 101010 0 110101 11010010 1000111 11011

Color Harmonies of #144678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144678

Black with #144678

Text Example


Text Example

White with #144678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144678; }

 p { color: rgb(20,70,120); }

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

background-color css

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

 a { background-color: rgb(20,70,120); }

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

border-color css

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

 span { border-color: rgb(20,70,120); }

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