#1482B9

Color #1482B9 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1482B9

Tints of Cerulean #1482B9

Color information

#1482B9 (or 0x1482B9) is unknown color: approx Cerulean. HEX triplet: 14, 82 and B9. RGB value is (20,130,185). Sum of RGB (Red+Green+Blue) = 20+130+185=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #1482B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482B9 is #EB7D46. Grayscale: #676767. Windows color (decimal): -15433031 or 12157460. OLE color: 12157460.

HSL color Cylindrical-coordinate representation of color #1482B9: hue angle of 200º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1482B9 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20130185-
CMYK0.890.3000.27
HSL200º80.49%40.2%-
HSV(B)200º89.19%72.55%-
XYZ17.0319.6248.79-
YUV103.38174.0668.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.97%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=5.97%
G=38.81%
B=55.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201301850.890.3000.2720080.4940.2
Hex1482B9591E01Bc85028
Octal242022711313603331012050
Binary101001000001010111001101100111110011011110010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1482B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1482B9;
 }
 .AnyTagClassName
 {
   color: #1482B9;
 }
</style>
background-color css

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

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

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

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

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

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