Html Css Color HEX #146EA6 Cerulean

📋 copy color: '#146EA6'

red 20 ◦ green 110 ◦ blue 166

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

Shades of Cerulean #146EA6

Tints of Cerulean #146EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 56.08%

R = 6.76%
G = 37.16%
B = 56.08%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#146EA6 (or 0x146EA6) is known color: Cerulean. HEX triplet: 14, 6E and A6. RGB value is (20,110,166). Sum of RGB (Red+Green+Blue) = 20+110+166=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #146EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146EA6 is #EB9159. Grayscale: #595959. Windows color (decimal): -15438170 or 10907156. OLE color: 10907156.

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

Color convert

RGB 20 110 166 -
CMYK 0.88 0.34 0 0.35
HSL 203.01º 0.78% 0.36% -
HSV(B) 203.01º 0.88% 0.65% -
XYZ 12.75 14.05 38.12 -
YUV 89.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 20 110 166 0.88 0.34 0 0.35 203.01 0.78 0.36
Hex 14 6E A6 58 22 0 23 CB 4E 24
Octal 24 156 246 130 42 0 43 313 116 44
Binary 10100 1101110 10100110 1011000 100010 0 100011 11001011 1001110 100100

Color Harmonies of #146EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EA6

Black with #146EA6

Text Example


Text Example

White with #146EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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