Html Css Color HEX #1283AC Cerulean

📋 copy color: '#1283AC'

red 18 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #1283AC

Tints of Cerulean #1283AC

RGB

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

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

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

R = 5.61%
G = 40.81%
B = 53.58%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1283AC (or 0x1283AC) is known color: Cerulean. HEX triplet: 12, 83 and AC. RGB value is (18,131,172). Sum of RGB (Red+Green+Blue) = 18+131+172=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1283AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AC is #ED7C53. Grayscale: #656565. Windows color (decimal): -15563860 or 11305746. OLE color: 11305746.

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

Color convert

RGB 18 131 172 -
CMYK 0.90 0.24 0 0.33
HSL 195.97º 0.81% 0.37% -
HSV(B) 195.97º 0.9% 0.67% -
XYZ 15.81 19.34 41.93 -
YUV 101.89 167.56 68.17 -
System Red Green Blue C M Y K H S L
Decimal 18 131 172 0.90 0.24 0 0.33 195.97 0.81 0.37
Hex 12 83 AC 5A 18 0 21 C4 51 25
Octal 22 203 254 132 30 0 41 304 121 45
Binary 10010 10000011 10101100 1011010 11000 0 100001 11000100 1010001 100101

Color Harmonies of #1283AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283AC

Black with #1283AC

Text Example


Text Example

White with #1283AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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