Html Css Color HEX #1083AB Cerulean

📋 copy color: '#1083AB'

red 16 ◦ green 131 ◦ blue 171

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

Shades of Cerulean #1083AB

Tints of Cerulean #1083AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 5.03%
G = 41.19%
B = 53.77%

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

#1083AB (or 0x1083AB) is known color: Cerulean. HEX triplet: 10, 83 and AB. RGB value is (16,131,171). Sum of RGB (Red+Green+Blue) = 16+131+171=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #1083AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1083AB is #EF7C54. Grayscale: #646464. Windows color (decimal): -15694933 or 11240208. OLE color: 11240208.

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

Color convert

RGB 16 131 171 -
CMYK 0.91 0.23 0 0.33
HSL 195.48º 0.83% 0.37% -
HSV(B) 195.48º 0.91% 0.67% -
XYZ 15.68 19.28 41.42 -
YUV 101.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 16 131 171 0.91 0.23 0 0.33 195.48 0.83 0.37
Hex 10 83 AB 5B 17 0 21 C3 53 25
Octal 20 203 253 133 27 0 41 303 123 45
Binary 10000 10000011 10101011 1011011 10111 0 100001 11000011 1010011 100101

Color Harmonies of #1083AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1083AB

Black with #1083AB

Text Example


Text Example

White with #1083AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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