Html Css Color HEX #1485AB Cerulean

📋 copy color: '#1485AB'

red 20 ◦ green 133 ◦ blue 171

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

Shades of Cerulean #1485AB

Tints of Cerulean #1485AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

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

R = 6.17%
G = 41.05%
B = 52.78%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1485AB (or 0x1485AB) is known color: Cerulean. HEX triplet: 14, 85 and AB. RGB value is (20,133,171). Sum of RGB (Red+Green+Blue) = 20+133+171=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #1485AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485AB is #EB7A54. Grayscale: #676767. Windows color (decimal): -15432277 or 11240724. OLE color: 11240724.

HSL color Cylindrical-coordinate representation of color #1485AB: hue angle of 195.1º 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 #1485AB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 133 171 -
CMYK 0.88 0.22 0 0.33
HSL 195.1º 0.79% 0.37% -
HSV(B) 195.1º 0.88% 0.67% -
XYZ 16.03 19.86 41.52 -
YUV 103.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 20 133 171 0.88 0.22 0 0.33 195.1 0.79 0.37
Hex 14 85 AB 58 16 0 21 C3 4F 25
Octal 24 205 253 130 26 0 41 303 117 45
Binary 10100 10000101 10101011 1011000 10110 0 100001 11000011 1001111 100101

Color Harmonies of #1485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485AB

Black with #1485AB

Text Example


Text Example

White with #1485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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