Html Css Color HEX #144CCA Cerulean Blue

📋 copy color: '#144CCA'

red 20 ◦ green 76 ◦ blue 202

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

Shades of Cerulean Blue #144CCA

Tints of Cerulean Blue #144CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 6.71%
G = 25.5%
B = 67.79%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#144CCA (or 0x144CCA) is known color: Cerulean Blue. HEX triplet: 14, 4C and CA. RGB value is (20,76,202). Sum of RGB (Red+Green+Blue) = 20+76+202=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #144CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CCA is #EBB335. Grayscale: #494949. Windows color (decimal): -15446838 or 13257748. OLE color: 13257748.

HSL color Cylindrical-coordinate representation of color #144CCA: hue angle of 221.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144CCA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 76 202 -
CMYK 0.90 0.62 0 0.21
HSL 221.54º 0.82% 0.44% -
HSV(B) 221.54º 0.9% 0.79% -
XYZ 13.53 9.58 57.01 -
YUV 73.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 20 76 202 0.90 0.62 0 0.21 221.54 0.82 0.44
Hex 14 4C CA 5A 3E 0 15 DE 52 2C
Octal 24 114 312 132 76 0 25 336 122 54
Binary 10100 1001100 11001010 1011010 111110 0 10101 11011110 1010010 101100

Color Harmonies of #144CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CCA

Black with #144CCA

Text Example


Text Example

White with #144CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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