Html Css Color HEX #1284AA Cerulean

📋 copy color: '#1284AA'

red 18 ◦ green 132 ◦ blue 170

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

Shades of Cerulean #1284AA

Tints of Cerulean #1284AA

RGB

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

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

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

R = 5.63%
G = 41.25%
B = 53.13%

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

#1284AA (or 0x1284AA) is known color: Cerulean. HEX triplet: 12, 84 and AA. RGB value is (18,132,170). Sum of RGB (Red+Green+Blue) = 18+132+170=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1284AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1284AA is #ED7B55. Grayscale: #656565. Windows color (decimal): -15563606 or 11174930. OLE color: 11174930.

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

Color convert

RGB 18 132 170 -
CMYK 0.89 0.22 0 0.33
HSL 195º 0.81% 0.37% -
HSV(B) 195º 0.89% 0.67% -
XYZ 15.76 19.53 40.97 -
YUV 102.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 18 132 170 0.89 0.22 0 0.33 195 0.81 0.37
Hex 12 84 AA 59 16 0 21 C3 51 25
Octal 22 204 252 131 26 0 41 303 121 45
Binary 10010 10000100 10101010 1011001 10110 0 100001 11000011 1010001 100101

Color Harmonies of #1284AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284AA

Black with #1284AA

Text Example


Text Example

White with #1284AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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