Html Css Color HEX #1081AE Cerulean

📋 copy color: '#1081AE'

red 16 ◦ green 129 ◦ blue 174

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

Shades of Cerulean #1081AE

Tints of Cerulean #1081AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 5.02%
G = 40.44%
B = 54.55%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1081AE (or 0x1081AE) is known color: Cerulean. HEX triplet: 10, 81 and AE. RGB value is (16,129,174). Sum of RGB (Red+Green+Blue) = 16+129+174=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #1081AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1081AE is #EF7E51. Grayscale: #646464. Windows color (decimal): -15695442 or 11436304. OLE color: 11436304.

HSL color Cylindrical-coordinate representation of color #1081AE: hue angle of 197.09º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1081AE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 129 174 -
CMYK 0.91 0.26 0 0.32
HSL 197.09º 0.83% 0.37% -
HSV(B) 197.09º 0.91% 0.68% -
XYZ 15.7 18.87 42.86 -
YUV 100.34 169.56 67.84 -
System Red Green Blue C M Y K H S L
Decimal 16 129 174 0.91 0.26 0 0.32 197.09 0.83 0.37
Hex 10 81 AE 5B 1A 0 20 C5 53 25
Octal 20 201 256 133 32 0 40 305 123 45
Binary 10000 10000001 10101110 1011011 11010 0 100000 11000101 1010011 100101

Color Harmonies of #1081AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081AE

Black with #1081AE

Text Example


Text Example

White with #1081AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1081AE; }

 p { color: rgb(16,129,174); }

 H1.HeaderClassName
 {
   color: #1081AE;
 }
 .AnyTagClassName
 {
   color: #1081AE;
 }
</style>

background-color css

<style>
 a { background-color: #1081AE; }

 a { background-color: rgb(16,129,174); }

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

border-color css

<style>
 span { border-color: #1081AE; }

 span { border-color: rgb(16,129,174); }

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