Html Css Color HEX #146FA2 Cerulean

📋 copy color: '#146FA2'

red 20 ◦ green 111 ◦ blue 162

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

Shades of Cerulean #146FA2

Tints of Cerulean #146FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

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

R = 6.83%
G = 37.88%
B = 55.29%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#146FA2 (or 0x146FA2) is known color: Cerulean. HEX triplet: 14, 6F and A2. RGB value is (20,111,162). Sum of RGB (Red+Green+Blue) = 20+111+162=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #146FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146FA2 is #EB905D. Grayscale: #595959. Windows color (decimal): -15437918 or 10645268. OLE color: 10645268.

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

Color convert

RGB 20 111 162 -
CMYK 0.88 0.31 0 0.36
HSL 201.55º 0.78% 0.36% -
HSV(B) 201.55º 0.88% 0.64% -
XYZ 12.49 14.13 36.25 -
YUV 89.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 20 111 162 0.88 0.31 0 0.36 201.55 0.78 0.36
Hex 14 6F A2 58 1F 0 24 CA 4E 24
Octal 24 157 242 130 37 0 44 312 116 44
Binary 10100 1101111 10100010 1011000 11111 0 100100 11001010 1001110 100100

Color Harmonies of #146FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FA2

Black with #146FA2

Text Example


Text Example

White with #146FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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