Html Css Color HEX #1082A7 Cerulean

📋 copy color: '#1082A7'

red 16 ◦ green 130 ◦ blue 167

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

Shades of Cerulean #1082A7

Tints of Cerulean #1082A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.35%

R = 5.11%
G = 41.53%
B = 53.35%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1082A7 (or 0x1082A7) is known color: Cerulean. HEX triplet: 10, 82 and A7. RGB value is (16,130,167). Sum of RGB (Red+Green+Blue) = 16+130+167=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #1082A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1082A7 is #EF7D58. Grayscale: #636363. Windows color (decimal): -15695193 or 10977808. OLE color: 10977808.

HSL color Cylindrical-coordinate representation of color #1082A7: hue angle of 194.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1082A7 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 130 167 -
CMYK 0.90 0.22 0 0.35
HSL 194.7º 0.83% 0.36% -
HSV(B) 194.7º 0.9% 0.65% -
XYZ 15.17 18.87 39.4 -
YUV 100.13 165.73 67.99 -
System Red Green Blue C M Y K H S L
Decimal 16 130 167 0.90 0.22 0 0.35 194.7 0.83 0.36
Hex 10 82 A7 5A 16 0 23 C3 53 24
Octal 20 202 247 132 26 0 43 303 123 44
Binary 10000 10000010 10100111 1011010 10110 0 100011 11000011 1010011 100100

Color Harmonies of #1082A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1082A7

Black with #1082A7

Text Example


Text Example

White with #1082A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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