Html Css Color HEX #146EA4 Cerulean

📋 copy color: '#146EA4'

red 20 ◦ green 110 ◦ blue 164

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

Shades of Cerulean #146EA4

Tints of Cerulean #146EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 164 (64.45% from 255) = 55.78%

R = 6.8%
G = 37.41%
B = 55.78%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#146EA4 (or 0x146EA4) is known color: Cerulean. HEX triplet: 14, 6E and A4. RGB value is (20,110,164). Sum of RGB (Red+Green+Blue) = 20+110+164=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #146EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146EA4 is #EB915B. Grayscale: #585858. Windows color (decimal): -15438172 or 10776084. OLE color: 10776084.

HSL color Cylindrical-coordinate representation of color #146EA4: hue angle of 202.5º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146EA4 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 110 164 -
CMYK 0.88 0.33 0 0.36
HSL 202.5º 0.78% 0.36% -
HSV(B) 202.5º 0.88% 0.64% -
XYZ 12.57 13.98 37.16 -
YUV 89.25 170.18 78.61 -
System Red Green Blue C M Y K H S L
Decimal 20 110 164 0.88 0.33 0 0.36 202.5 0.78 0.36
Hex 14 6E A4 58 21 0 24 CA 4E 24
Octal 24 156 244 130 41 0 44 312 116 44
Binary 10100 1101110 10100100 1011000 100001 0 100100 11001010 1001110 100100

Color Harmonies of #146EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EA4

Black with #146EA4

Text Example


Text Example

White with #146EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146EA4; }

 p { color: rgb(20,110,164); }

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

background-color css

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

 a { background-color: rgb(20,110,164); }

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

border-color css

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

 span { border-color: rgb(20,110,164); }

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