Html Css Color HEX #0D87AF Cerulean

📋 copy color: '#0D87AF'

red 13 ◦ green 135 ◦ blue 175

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

Shades of Cerulean #0D87AF

Tints of Cerulean #0D87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 4.02%
G = 41.8%
B = 54.18%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D87AF (or 0x0D87AF) is known color: Cerulean. HEX triplet: 0D, 87 and AF. RGB value is (13,135,175). Sum of RGB (Red+Green+Blue) = 13+135+175=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D87AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D87AF is #F27850. Grayscale: #666666. Windows color (decimal): -15890513 or 11503373. OLE color: 11503373.

HSL color Cylindrical-coordinate representation of color #0D87AF: hue angle of 194.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D87AF is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 135 175 -
CMYK 0.93 0.23 0 0.31
HSL 194.81º 0.86% 0.37% -
HSV(B) 194.81º 0.93% 0.69% -
XYZ 16.57 20.51 43.64 -
YUV 103.08 168.58 63.75 -
System Red Green Blue C M Y K H S L
Decimal 13 135 175 0.93 0.23 0 0.31 194.81 0.86 0.37
Hex D 87 AF 5D 17 0 1F C3 56 25
Octal 15 207 257 135 27 0 37 303 126 45
Binary 1101 10000111 10101111 1011101 10111 0 11111 11000011 1010110 100101

Color Harmonies of #0D87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D87AF

Black with #0D87AF

Text Example


Text Example

White with #0D87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,135,175); }

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

background-color css

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

 a { background-color: rgb(13,135,175); }

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

border-color css

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

 span { border-color: rgb(13,135,175); }

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