Html Css Color HEX #1283AA Cerulean

📋 copy color: '#1283AA'

red 18 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #1283AA

Tints of Cerulean #1283AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 5.64%
G = 41.07%
B = 53.29%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1283AA (or 0x1283AA) is known color: Cerulean. HEX triplet: 12, 83 and AA. RGB value is (18,131,170). Sum of RGB (Red+Green+Blue) = 18+131+170=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #1283AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AA is #ED7C55. Grayscale: #656565. Windows color (decimal): -15563862 or 11174674. OLE color: 11174674.

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

Color convert

RGB 18 131 170 -
CMYK 0.89 0.23 0 0.33
HSL 195.39º 0.81% 0.37% -
HSV(B) 195.39º 0.89% 0.67% -
XYZ 15.62 19.26 40.93 -
YUV 101.66 166.56 68.33 -
System Red Green Blue C M Y K H S L
Decimal 18 131 170 0.89 0.23 0 0.33 195.39 0.81 0.37
Hex 12 83 AA 59 17 0 21 C3 51 25
Octal 22 203 252 131 27 0 41 303 121 45
Binary 10010 10000011 10101010 1011001 10111 0 100001 11000011 1010001 100101

Color Harmonies of #1283AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283AA

Black with #1283AA

Text Example


Text Example

White with #1283AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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