Html Css Color HEX #1082AB Cerulean

📋 copy color: '#1082AB'

red 16 ◦ green 130 ◦ blue 171

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

Shades of Cerulean #1082AB

Tints of Cerulean #1082AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 5.05%
G = 41.01%
B = 53.94%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1082AB (or 0x1082AB) is known color: Cerulean. HEX triplet: 10, 82 and AB. RGB value is (16,130,171). Sum of RGB (Red+Green+Blue) = 16+130+171=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #1082AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1082AB is #EF7D54. Grayscale: #646464. Windows color (decimal): -15695189 or 11239952. OLE color: 11239952.

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

Color convert

RGB 16 130 171 -
CMYK 0.91 0.24 0 0.33
HSL 195.87º 0.83% 0.37% -
HSV(B) 195.87º 0.91% 0.67% -
XYZ 15.55 19.02 41.38 -
YUV 100.59 167.73 67.67 -
System Red Green Blue C M Y K H S L
Decimal 16 130 171 0.91 0.24 0 0.33 195.87 0.83 0.37
Hex 10 82 AB 5B 18 0 21 C4 53 25
Octal 20 202 253 133 30 0 41 304 123 45
Binary 10000 10000010 10101011 1011011 11000 0 100001 11000100 1010011 100101

Color Harmonies of #1082AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1082AB

Black with #1082AB

Text Example


Text Example

White with #1082AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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