Html Css Color HEX #1084A6 Cerulean

📋 copy color: '#1084A6'

red 16 ◦ green 132 ◦ blue 166

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

Shades of Cerulean #1084A6

Tints of Cerulean #1084A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 52.87%

R = 5.1%
G = 42.04%
B = 52.87%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1084A6 (or 0x1084A6) is known color: Cerulean. HEX triplet: 10, 84 and A6. RGB value is (16,132,166). Sum of RGB (Red+Green+Blue) = 16+132+166=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #1084A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1084A6 is #EF7B59. Grayscale: #646464. Windows color (decimal): -15694682 or 10912784. OLE color: 10912784.

HSL color Cylindrical-coordinate representation of color #1084A6: hue angle of 193.6º degrees, saturation: 0.82, 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 #1084A6 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 132 166 -
CMYK 0.90 0.20 0 0.35
HSL 193.6º 0.82% 0.36% -
HSV(B) 193.6º 0.9% 0.65% -
XYZ 15.35 19.37 39.01 -
YUV 101.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 16 132 166 0.90 0.20 0 0.35 193.6 0.82 0.36
Hex 10 84 A6 5A 14 0 23 C2 52 24
Octal 20 204 246 132 24 0 43 302 122 44
Binary 10000 10000100 10100110 1011010 10100 0 100011 11000010 1010010 100100

Color Harmonies of #1084A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1084A6

Black with #1084A6

Text Example


Text Example

White with #1084A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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