Html Css Color HEX #1085AF Cerulean

📋 copy color: '#1085AF'

red 16 ◦ green 133 ◦ blue 175

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

Shades of Cerulean #1085AF

Tints of Cerulean #1085AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 4.94%
G = 41.05%
B = 54.01%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1085AF (or 0x1085AF) is known color: Cerulean. HEX triplet: 10, 85 and AF. RGB value is (16,133,175). Sum of RGB (Red+Green+Blue) = 16+133+175=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1085AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1085AF is #EF7A50. Grayscale: #666666. Windows color (decimal): -15694417 or 11502864. OLE color: 11502864.

HSL color Cylindrical-coordinate representation of color #1085AF: hue angle of 195.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1085AF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 133 175 -
CMYK 0.91 0.24 0 0.31
HSL 195.85º 0.83% 0.37% -
HSV(B) 195.85º 0.91% 0.69% -
XYZ 16.34 19.98 43.55 -
YUV 102.81 168.74 66.08 -
System Red Green Blue C M Y K H S L
Decimal 16 133 175 0.91 0.24 0 0.31 195.85 0.83 0.37
Hex 10 85 AF 5B 18 0 1F C4 53 25
Octal 20 205 257 133 30 0 37 304 123 45
Binary 10000 10000101 10101111 1011011 11000 0 11111 11000100 1010011 100101

Color Harmonies of #1085AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1085AF

Black with #1085AF

Text Example


Text Example

White with #1085AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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