Html Css Color HEX #0D85AA Cerulean

📋 copy color: '#0D85AA'

red 13 ◦ green 133 ◦ blue 170

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

Shades of Cerulean #0D85AA

Tints of Cerulean #0D85AA

RGB

 RED value IS 13 (5.47% from 255) = 4.11%

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 4.11%
G = 42.09%
B = 53.8%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D85AA (or 0x0D85AA) is known color: Cerulean. HEX triplet: 0D, 85 and AA. RGB value is (13,133,170). Sum of RGB (Red+Green+Blue) = 13+133+170=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D85AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D85AA is #F27A55. Grayscale: #656565. Windows color (decimal): -15891030 or 11175181. OLE color: 11175181.

HSL color Cylindrical-coordinate representation of color #0D85AA: hue angle of 194.14º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D85AA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 133 170 -
CMYK 0.92 0.22 0 0.33
HSL 194.14º 0.86% 0.36% -
HSV(B) 194.14º 0.92% 0.67% -
XYZ 15.81 19.76 41.01 -
YUV 101.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 13 133 170 0.92 0.22 0 0.33 194.14 0.86 0.36
Hex D 85 AA 5C 16 0 21 C2 56 24
Octal 15 205 252 134 26 0 41 302 126 44
Binary 1101 10000101 10101010 1011100 10110 0 100001 11000010 1010110 100100

Color Harmonies of #0D85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D85AA

Black with #0D85AA

Text Example


Text Example

White with #0D85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D85AA; }

 p { color: rgb(13,133,170); }

 H1.HeaderClassName
 {
   color: #0D85AA;
 }
 .AnyTagClassName
 {
   color: #0D85AA;
 }
</style>

background-color css

<style>
 a { background-color: #0D85AA; }

 a { background-color: rgb(13,133,170); }

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

border-color css

<style>
 span { border-color: #0D85AA; }

 span { border-color: rgb(13,133,170); }

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