Html Css Color HEX #1481AE Cerulean

📋 copy color: '#1481AE'

red 20 ◦ green 129 ◦ blue 174

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

Shades of Cerulean #1481AE

Tints of Cerulean #1481AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 6.19%
G = 39.94%
B = 53.87%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1481AE (or 0x1481AE) is known color: Cerulean. HEX triplet: 14, 81 and AE. RGB value is (20,129,174). Sum of RGB (Red+Green+Blue) = 20+129+174=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1481AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1481AE is #EB7E51. Grayscale: #656565. Windows color (decimal): -15433298 or 11436308. OLE color: 11436308.

HSL color Cylindrical-coordinate representation of color #1481AE: hue angle of 197.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1481AE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 129 174 -
CMYK 0.89 0.26 0 0.32
HSL 197.53º 0.79% 0.38% -
HSV(B) 197.53º 0.89% 0.68% -
XYZ 15.78 18.91 42.86 -
YUV 101.54 168.89 69.84 -
System Red Green Blue C M Y K H S L
Decimal 20 129 174 0.89 0.26 0 0.32 197.53 0.79 0.38
Hex 14 81 AE 59 1A 0 20 C6 4F 26
Octal 24 201 256 131 32 0 40 306 117 46
Binary 10100 10000001 10101110 1011001 11010 0 100000 11000110 1001111 100110

Color Harmonies of #1481AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481AE

Black with #1481AE

Text Example


Text Example

White with #1481AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1481AE; }

 p { color: rgb(20,129,174); }

 H1.HeaderClassName
 {
   color: #1481AE;
 }
 .AnyTagClassName
 {
   color: #1481AE;
 }
</style>

background-color css

<style>
 a { background-color: #1481AE; }

 a { background-color: rgb(20,129,174); }

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

border-color css

<style>
 span { border-color: #1481AE; }

 span { border-color: rgb(20,129,174); }

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