Html Css Color HEX #1084AB Cerulean

📋 copy color: '#1084AB'

red 16 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #1084AB

Tints of Cerulean #1084AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

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

R = 5.02%
G = 41.38%
B = 53.61%

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

#1084AB (or 0x1084AB) is known color: Cerulean. HEX triplet: 10, 84 and AB. RGB value is (16,132,171). Sum of RGB (Red+Green+Blue) = 16+132+171=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1084AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1084AB is #EF7B54. Grayscale: #656565. Windows color (decimal): -15694677 or 11240464. OLE color: 11240464.

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

Color convert

RGB 16 132 171 -
CMYK 0.91 0.23 0 0.33
HSL 195.1º 0.83% 0.37% -
HSV(B) 195.1º 0.91% 0.67% -
XYZ 15.82 19.55 41.47 -
YUV 101.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 16 132 171 0.91 0.23 0 0.33 195.1 0.83 0.37
Hex 10 84 AB 5B 17 0 21 C3 53 25
Octal 20 204 253 133 27 0 41 303 123 45
Binary 10000 10000100 10101011 1011011 10111 0 100001 11000011 1010011 100101

Color Harmonies of #1084AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1084AB

Black with #1084AB

Text Example


Text Example

White with #1084AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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