Html Css Color HEX #1483AC Cerulean

📋 copy color: '#1483AC'

red 20 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #1483AC

Tints of Cerulean #1483AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 6.19%
G = 40.56%
B = 53.25%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1483AC (or 0x1483AC) is known color: Cerulean. HEX triplet: 14, 83 and AC. RGB value is (20,131,172). Sum of RGB (Red+Green+Blue) = 20+131+172=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #1483AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AC is #EB7C53. Grayscale: #666666. Windows color (decimal): -15432788 or 11305748. OLE color: 11305748.

HSL color Cylindrical-coordinate representation of color #1483AC: hue angle of 196.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1483AC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 131 172 -
CMYK 0.88 0.24 0 0.33
HSL 196.18º 0.79% 0.38% -
HSV(B) 196.18º 0.88% 0.67% -
XYZ 15.85 19.36 41.93 -
YUV 102.49 167.23 69.17 -
System Red Green Blue C M Y K H S L
Decimal 20 131 172 0.88 0.24 0 0.33 196.18 0.79 0.38
Hex 14 83 AC 58 18 0 21 C4 4F 26
Octal 24 203 254 130 30 0 41 304 117 46
Binary 10100 10000011 10101100 1011000 11000 0 100001 11000100 1001111 100110

Color Harmonies of #1483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483AC

Black with #1483AC

Text Example


Text Example

White with #1483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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