Html Css Color HEX #1085AD Cerulean

📋 copy color: '#1085AD'

red 16 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #1085AD

Tints of Cerulean #1085AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 4.97%
G = 41.3%
B = 53.73%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1085AD (or 0x1085AD) is known color: Cerulean. HEX triplet: 10, 85 and AD. RGB value is (16,133,173). Sum of RGB (Red+Green+Blue) = 16+133+173=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1085AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1085AD is #EF7A52. Grayscale: #666666. Windows color (decimal): -15694419 or 11371792. OLE color: 11371792.

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

Color convert

RGB 16 133 173 -
CMYK 0.91 0.23 0 0.32
HSL 195.29º 0.83% 0.37% -
HSV(B) 195.29º 0.91% 0.68% -
XYZ 16.14 19.9 42.53 -
YUV 102.58 167.74 66.25 -
System Red Green Blue C M Y K H S L
Decimal 16 133 173 0.91 0.23 0 0.32 195.29 0.83 0.37
Hex 10 85 AD 5B 17 0 20 C3 53 25
Octal 20 205 255 133 27 0 40 303 123 45
Binary 10000 10000101 10101101 1011011 10111 0 100000 11000011 1010011 100101

Color Harmonies of #1085AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1085AD

Black with #1085AD

Text Example


Text Example

White with #1085AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1085AD; }

 p { color: rgb(16,133,173); }

 H1.HeaderClassName
 {
   color: #1085AD;
 }
 .AnyTagClassName
 {
   color: #1085AD;
 }
</style>

background-color css

<style>
 a { background-color: #1085AD; }

 a { background-color: rgb(16,133,173); }

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

border-color css

<style>
 span { border-color: #1085AD; }

 span { border-color: rgb(16,133,173); }

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