Html Css Color HEX #146D9A Cerulean

📋 copy color: '#146D9A'

red 20 ◦ green 109 ◦ blue 154

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

Shades of Cerulean #146D9A

Tints of Cerulean #146D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.52%

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 7.07%
G = 38.52%
B = 54.42%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#146D9A (or 0x146D9A) is known color: Cerulean. HEX triplet: 14, 6D and 9A. RGB value is (20,109,154). Sum of RGB (Red+Green+Blue) = 20+109+154=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #146D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D9A is #EB9265. Grayscale: #575757. Windows color (decimal): -15438438 or 10120468. OLE color: 10120468.

HSL color Cylindrical-coordinate representation of color #146D9A: hue angle of 200.15º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146D9A is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 109 154 -
CMYK 0.87 0.29 0 0.40
HSL 200.15º 0.77% 0.34% -
HSV(B) 200.15º 0.87% 0.6% -
XYZ 11.59 13.42 32.55 -
YUV 87.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 20 109 154 0.87 0.29 0 0.40 200.15 0.77 0.34
Hex 14 6D 9A 57 1D 0 28 C8 4D 22
Octal 24 155 232 127 35 0 50 310 115 42
Binary 10100 1101101 10011010 1010111 11101 0 101000 11001000 1001101 100010

Color Harmonies of #146D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D9A

Black with #146D9A

Text Example


Text Example

White with #146D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,154); }

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

background-color css

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

 a { background-color: rgb(20,109,154); }

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

border-color css

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

 span { border-color: rgb(20,109,154); }

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