Html Css Color HEX #1285AB Cerulean

📋 copy color: '#1285AB'

red 18 ◦ green 133 ◦ blue 171

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

Shades of Cerulean #1285AB

Tints of Cerulean #1285AB

RGB

 RED value IS 18 (7.42% from 255) = 5.59%

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

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

R = 5.59%
G = 41.3%
B = 53.11%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1285AB (or 0x1285AB) is known color: Cerulean. HEX triplet: 12, 85 and AB. RGB value is (18,133,171). Sum of RGB (Red+Green+Blue) = 18+133+171=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 133 (52.34% from 255 or 41.30% 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 #1285AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1285AB is #ED7A54. Grayscale: #666666. Windows color (decimal): -15563349 or 11240722. OLE color: 11240722.

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

Color convert

RGB 18 133 171 -
CMYK 0.89 0.22 0 0.33
HSL 194.9º 0.81% 0.37% -
HSV(B) 194.9º 0.89% 0.67% -
XYZ 15.99 19.84 41.52 -
YUV 102.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 18 133 171 0.89 0.22 0 0.33 194.9 0.81 0.37
Hex 12 85 AB 59 16 0 21 C3 51 25
Octal 22 205 253 131 26 0 41 303 121 45
Binary 10010 10000101 10101011 1011001 10110 0 100001 11000011 1010001 100101

Color Harmonies of #1285AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285AB

Black with #1285AB

Text Example


Text Example

White with #1285AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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