Html Css Color HEX #1081A3 Cerulean

📋 copy color: '#1081A3'

red 16 ◦ green 129 ◦ blue 163

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

Shades of Cerulean #1081A3

Tints of Cerulean #1081A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.92%

R = 5.19%
G = 41.88%
B = 52.92%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1081A3 (or 0x1081A3) is known color: Cerulean. HEX triplet: 10, 81 and A3. RGB value is (16,129,163). Sum of RGB (Red+Green+Blue) = 16+129+163=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #1081A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1081A3 is #EF7E5C. Grayscale: #626262. Windows color (decimal): -15695453 or 10715408. OLE color: 10715408.

HSL color Cylindrical-coordinate representation of color #1081A3: hue angle of 193.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1081A3 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 129 163 -
CMYK 0.90 0.21 0 0.36
HSL 193.88º 0.82% 0.35% -
HSV(B) 193.88º 0.9% 0.64% -
XYZ 14.67 18.46 37.44 -
YUV 99.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 16 129 163 0.90 0.21 0 0.36 193.88 0.82 0.35
Hex 10 81 A3 5A 15 0 24 C2 52 23
Octal 20 201 243 132 25 0 44 302 122 43
Binary 10000 10000001 10100011 1011010 10101 0 100100 11000010 1010010 100011

Color Harmonies of #1081A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081A3

Black with #1081A3

Text Example


Text Example

White with #1081A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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