Html Css Color HEX #1483AE Cerulean

📋 copy color: '#1483AE'

red 20 ◦ green 131 ◦ blue 174

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

Shades of Cerulean #1483AE

Tints of Cerulean #1483AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 6.15%
G = 40.31%
B = 53.54%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1483AE (or 0x1483AE) is known color: Cerulean. HEX triplet: 14, 83 and AE. RGB value is (20,131,174). Sum of RGB (Red+Green+Blue) = 20+131+174=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #1483AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AE is #EB7C51. Grayscale: #666666. Windows color (decimal): -15432786 or 11436820. OLE color: 11436820.

HSL color Cylindrical-coordinate representation of color #1483AE: hue angle of 196.75º 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 #1483AE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 131 174 -
CMYK 0.89 0.25 0 0.32
HSL 196.75º 0.79% 0.38% -
HSV(B) 196.75º 0.89% 0.68% -
XYZ 16.04 19.44 42.95 -
YUV 102.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 20 131 174 0.89 0.25 0 0.32 196.75 0.79 0.38
Hex 14 83 AE 59 19 0 20 C5 4F 26
Octal 24 203 256 131 31 0 40 305 117 46
Binary 10100 10000011 10101110 1011001 11001 0 100000 11000101 1001111 100110

Color Harmonies of #1483AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483AE

Black with #1483AE

Text Example


Text Example

White with #1483AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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