Html Css Color HEX #1284AC Cerulean

📋 copy color: '#1284AC'

red 18 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #1284AC

Tints of Cerulean #1284AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 5.59%
G = 40.99%
B = 53.42%

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

#1284AC (or 0x1284AC) is known color: Cerulean. HEX triplet: 12, 84 and AC. RGB value is (18,132,172). Sum of RGB (Red+Green+Blue) = 18+132+172=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #1284AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1284AC is #ED7B53. Grayscale: #666666. Windows color (decimal): -15563604 or 11306002. OLE color: 11306002.

HSL color Cylindrical-coordinate representation of color #1284AC: hue angle of 195.58º 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 #1284AC is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 132 172 -
CMYK 0.90 0.23 0 0.33
HSL 195.58º 0.81% 0.37% -
HSV(B) 195.58º 0.9% 0.67% -
XYZ 15.95 19.61 41.97 -
YUV 102.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 18 132 172 0.90 0.23 0 0.33 195.58 0.81 0.37
Hex 12 84 AC 5A 17 0 21 C4 51 25
Octal 22 204 254 132 27 0 41 304 121 45
Binary 10010 10000100 10101100 1011010 10111 0 100001 11000100 1010001 100101

Color Harmonies of #1284AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284AC

Black with #1284AC

Text Example


Text Example

White with #1284AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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