Html Css Color HEX #1285AA Cerulean

📋 copy color: '#1285AA'

red 18 ◦ green 133 ◦ blue 170

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

Shades of Cerulean #1285AA

Tints of Cerulean #1285AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 5.61%
G = 41.43%
B = 52.96%

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

#1285AA (or 0x1285AA) is known color: Cerulean. HEX triplet: 12, 85 and AA. RGB value is (18,133,170). Sum of RGB (Red+Green+Blue) = 18+133+170=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1285AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1285AA is #ED7A55. Grayscale: #666666. Windows color (decimal): -15563350 or 11175186. OLE color: 11175186.

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

Color convert

RGB 18 133 170 -
CMYK 0.89 0.22 0 0.33
HSL 194.61º 0.81% 0.37% -
HSV(B) 194.61º 0.89% 0.67% -
XYZ 15.89 19.81 41.02 -
YUV 102.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 18 133 170 0.89 0.22 0 0.33 194.61 0.81 0.37
Hex 12 85 AA 59 16 0 21 C3 51 25
Octal 22 205 252 131 26 0 41 303 121 45
Binary 10010 10000101 10101010 1011001 10110 0 100001 11000011 1010001 100101

Color Harmonies of #1285AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285AA

Black with #1285AA

Text Example


Text Example

White with #1285AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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