Html Css Color HEX #1286AD Cerulean

📋 copy color: '#1286AD'

red 18 ◦ green 134 ◦ blue 173

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

Shades of Cerulean #1286AD

Tints of Cerulean #1286AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 5.54%
G = 41.23%
B = 53.23%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1286AD (or 0x1286AD) is known color: Cerulean. HEX triplet: 12, 86 and AD. RGB value is (18,134,173). Sum of RGB (Red+Green+Blue) = 18+134+173=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1286AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1286AD is #ED7952. Grayscale: #676767. Windows color (decimal): -15563091 or 11372050. OLE color: 11372050.

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

Color convert

RGB 18 134 173 -
CMYK 0.90 0.23 0 0.32
HSL 195.1º 0.81% 0.37% -
HSV(B) 195.1º 0.9% 0.68% -
XYZ 16.32 20.2 42.57 -
YUV 103.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 18 134 173 0.90 0.23 0 0.32 195.1 0.81 0.37
Hex 12 86 AD 5A 17 0 20 C3 51 25
Octal 22 206 255 132 27 0 40 303 121 45
Binary 10010 10000110 10101101 1011010 10111 0 100000 11000011 1010001 100101

Color Harmonies of #1286AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1286AD

Black with #1286AD

Text Example


Text Example

White with #1286AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1286AD; }

 p { color: rgb(18,134,173); }

 H1.HeaderClassName
 {
   color: #1286AD;
 }
 .AnyTagClassName
 {
   color: #1286AD;
 }
</style>

background-color css

<style>
 a { background-color: #1286AD; }

 a { background-color: rgb(18,134,173); }

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

border-color css

<style>
 span { border-color: #1286AD; }

 span { border-color: rgb(18,134,173); }

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