Html Css Color HEX #1285AC Cerulean

📋 copy color: '#1285AC'

red 18 ◦ green 133 ◦ blue 172

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

Shades of Cerulean #1285AC

Tints of Cerulean #1285AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 5.57%
G = 41.18%
B = 53.25%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1285AC (or 0x1285AC) is known color: Cerulean. HEX triplet: 12, 85 and AC. RGB value is (18,133,172). Sum of RGB (Red+Green+Blue) = 18+133+172=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #1285AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1285AC is #ED7A53. Grayscale: #666666. Windows color (decimal): -15563348 or 11306258. OLE color: 11306258.

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

Color convert

RGB 18 133 172 -
CMYK 0.90 0.23 0 0.33
HSL 195.19º 0.81% 0.37% -
HSV(B) 195.19º 0.9% 0.67% -
XYZ 16.08 19.88 42.02 -
YUV 103.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 18 133 172 0.90 0.23 0 0.33 195.19 0.81 0.37
Hex 12 85 AC 5A 17 0 21 C3 51 25
Octal 22 205 254 132 27 0 41 303 121 45
Binary 10010 10000101 10101100 1011010 10111 0 100001 11000011 1010001 100101

Color Harmonies of #1285AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285AC

Black with #1285AC

Text Example


Text Example

White with #1285AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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