Html Css Color HEX #146DA2 Cerulean

📋 copy color: '#146DA2'

red 20 ◦ green 109 ◦ blue 162

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

Shades of Cerulean #146DA2

Tints of Cerulean #146DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.67%

R = 6.87%
G = 37.46%
B = 55.67%

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

#146DA2 (or 0x146DA2) is known color: Cerulean. HEX triplet: 14, 6D and A2. RGB value is (20,109,162). Sum of RGB (Red+Green+Blue) = 20+109+162=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #146DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DA2 is #EB925D. Grayscale: #585858. Windows color (decimal): -15438430 or 10644756. OLE color: 10644756.

HSL color Cylindrical-coordinate representation of color #146DA2: hue angle of 202.39º 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 #146DA2 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 109 162 -
CMYK 0.88 0.33 0 0.36
HSL 202.39º 0.78% 0.36% -
HSV(B) 202.39º 0.88% 0.64% -
XYZ 12.28 13.69 36.18 -
YUV 88.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 20 109 162 0.88 0.33 0 0.36 202.39 0.78 0.36
Hex 14 6D A2 58 21 0 24 CA 4E 24
Octal 24 155 242 130 41 0 44 312 116 44
Binary 10100 1101101 10100010 1011000 100001 0 100100 11001010 1001110 100100

Color Harmonies of #146DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DA2

Black with #146DA2

Text Example


Text Example

White with #146DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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