Html Css Color HEX #0D84AD Cerulean

📋 copy color: '#0D84AD'

red 13 ◦ green 132 ◦ blue 173

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

Shades of Cerulean #0D84AD

Tints of Cerulean #0D84AD

RGB

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

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

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

R = 4.09%
G = 41.51%
B = 54.4%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D84AD (or 0x0D84AD) is known color: Cerulean. HEX triplet: 0D, 84 and AD. RGB value is (13,132,173). Sum of RGB (Red+Green+Blue) = 13+132+173=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D84AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D84AD is #F27B52. Grayscale: #646464. Windows color (decimal): -15891283 or 11371533. OLE color: 11371533.

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

Color convert

RGB 13 132 173 -
CMYK 0.92 0.24 0 0.32
HSL 195.38º 0.86% 0.36% -
HSV(B) 195.38º 0.92% 0.68% -
XYZ 15.96 19.61 42.48 -
YUV 101.09 168.58 65.17 -
System Red Green Blue C M Y K H S L
Decimal 13 132 173 0.92 0.24 0 0.32 195.38 0.86 0.36
Hex D 84 AD 5C 18 0 20 C3 56 24
Octal 15 204 255 134 30 0 40 303 126 44
Binary 1101 10000100 10101101 1011100 11000 0 100000 11000011 1010110 100100

Color Harmonies of #0D84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D84AD

Black with #0D84AD

Text Example


Text Example

White with #0D84AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,173); }

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

background-color css

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

 a { background-color: rgb(13,132,173); }

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

border-color css

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

 span { border-color: rgb(13,132,173); }

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