Html Css Color HEX #1083AA Cerulean

📋 copy color: '#1083AA'

red 16 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #1083AA

Tints of Cerulean #1083AA

RGB

 RED value IS 16 (6.64% from 255) = 5.05%

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

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

R = 5.05%
G = 41.32%
B = 53.63%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1083AA (or 0x1083AA) is known color: Cerulean. HEX triplet: 10, 83 and AA. RGB value is (16,131,170). Sum of RGB (Red+Green+Blue) = 16+131+170=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #1083AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1083AA is #EF7C55. Grayscale: #646464. Windows color (decimal): -15694934 or 11174672. OLE color: 11174672.

HSL color Cylindrical-coordinate representation of color #1083AA: hue angle of 195.19º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1083AA is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 131 170 -
CMYK 0.91 0.23 0 0.33
HSL 195.19º 0.83% 0.36% -
HSV(B) 195.19º 0.91% 0.67% -
XYZ 15.59 19.25 40.92 -
YUV 101.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 16 131 170 0.91 0.23 0 0.33 195.19 0.83 0.36
Hex 10 83 AA 5B 17 0 21 C3 53 24
Octal 20 203 252 133 27 0 41 303 123 44
Binary 10000 10000011 10101010 1011011 10111 0 100001 11000011 1010011 100100

Color Harmonies of #1083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1083AA

Black with #1083AA

Text Example


Text Example

White with #1083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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