Html Css Color HEX #1483AB Cerulean

📋 copy color: '#1483AB'

red 20 ◦ green 131 ◦ blue 171

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

Shades of Cerulean #1483AB

Tints of Cerulean #1483AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 6.21%
G = 40.68%
B = 53.11%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1483AB (or 0x1483AB) is known color: Cerulean. HEX triplet: 14, 83 and AB. RGB value is (20,131,171). Sum of RGB (Red+Green+Blue) = 20+131+171=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #1483AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AB is #EB7C54. Grayscale: #666666. Windows color (decimal): -15432789 or 11240212. OLE color: 11240212.

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

Color convert

RGB 20 131 171 -
CMYK 0.88 0.23 0 0.33
HSL 195.89º 0.79% 0.37% -
HSV(B) 195.89º 0.88% 0.67% -
XYZ 15.76 19.32 41.43 -
YUV 102.37 166.73 69.25 -
System Red Green Blue C M Y K H S L
Decimal 20 131 171 0.88 0.23 0 0.33 195.89 0.79 0.37
Hex 14 83 AB 58 17 0 21 C4 4F 25
Octal 24 203 253 130 27 0 41 304 117 45
Binary 10100 10000011 10101011 1011000 10111 0 100001 11000100 1001111 100101

Color Harmonies of #1483AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483AB

Black with #1483AB

Text Example


Text Example

White with #1483AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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