Html Css Color HEX #144CC5 Cerulean Blue

📋 copy color: '#144CC5'

red 20 ◦ green 76 ◦ blue 197

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

Shades of Cerulean Blue #144CC5

Tints of Cerulean Blue #144CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 67.24%

R = 6.83%
G = 25.94%
B = 67.24%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#144CC5 (or 0x144CC5) is known color: Cerulean Blue. HEX triplet: 14, 4C and C5. RGB value is (20,76,197). Sum of RGB (Red+Green+Blue) = 20+76+197=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 197 (77.34% from 255 or 67.24% from 293); Max value from RGB is 197 - color contains mainly: blue. Hex color #144CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CC5 is #EBB33A. Grayscale: #484848. Windows color (decimal): -15446843 or 12930068. OLE color: 12930068.

HSL color Cylindrical-coordinate representation of color #144CC5: hue angle of 221.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144CC5 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 76 197 -
CMYK 0.90 0.61 0 0.23
HSL 221.02º 0.82% 0.43% -
HSV(B) 221.02º 0.9% 0.77% -
XYZ 12.95 9.35 53.95 -
YUV 73.05 197.95 90.16 -
System Red Green Blue C M Y K H S L
Decimal 20 76 197 0.90 0.61 0 0.23 221.02 0.82 0.43
Hex 14 4C C5 5A 3D 0 17 DD 52 2B
Octal 24 114 305 132 75 0 27 335 122 53
Binary 10100 1001100 11000101 1011010 111101 0 10111 11011101 1010010 101011

Color Harmonies of #144CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CC5

Black with #144CC5

Text Example


Text Example

White with #144CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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