Html Css Color HEX #1482AF Cerulean

📋 copy color: '#1482AF'

red 20 ◦ green 130 ◦ blue 175

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

Shades of Cerulean #1482AF

Tints of Cerulean #1482AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 6.15%
G = 40%
B = 53.85%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1482AF (or 0x1482AF) is known color: Cerulean. HEX triplet: 14, 82 and AF. RGB value is (20,130,175). Sum of RGB (Red+Green+Blue) = 20+130+175=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #1482AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1482AF is #EB7D50. Grayscale: #656565. Windows color (decimal): -15433041 or 11502100. OLE color: 11502100.

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

Color convert

RGB 20 130 175 -
CMYK 0.89 0.26 0 0.31
HSL 197.42º 0.79% 0.38% -
HSV(B) 197.42º 0.89% 0.69% -
XYZ 16.01 19.21 43.42 -
YUV 102.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 20 130 175 0.89 0.26 0 0.31 197.42 0.79 0.38
Hex 14 82 AF 59 1A 0 1F C5 4F 26
Octal 24 202 257 131 32 0 37 305 117 46
Binary 10100 10000010 10101111 1011001 11010 0 11111 11000101 1001111 100110

Color Harmonies of #1482AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482AF

Black with #1482AF

Text Example


Text Example

White with #1482AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1482AF; }

 p { color: rgb(20,130,175); }

 H1.HeaderClassName
 {
   color: #1482AF;
 }
 .AnyTagClassName
 {
   color: #1482AF;
 }
</style>

background-color css

<style>
 a { background-color: #1482AF; }

 a { background-color: rgb(20,130,175); }

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

border-color css

<style>
 span { border-color: #1482AF; }

 span { border-color: rgb(20,130,175); }

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