Html Css Color HEX #0D7895 Cerulean

📋 copy color: '#0D7895'

red 13 ◦ green 120 ◦ blue 149

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

Shades of Cerulean #0D7895

Tints of Cerulean #0D7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 4.61%
G = 42.55%
B = 52.84%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D7895 (or 0x0D7895) is known color: Cerulean. HEX triplet: 0D, 78 and 95. RGB value is (13,120,149). Sum of RGB (Red+Green+Blue) = 13+120+149=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D7895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7895 is #F2876A. Grayscale: #5B5B5B. Windows color (decimal): -15894379 or 9795597. OLE color: 9795597.

HSL color Cylindrical-coordinate representation of color #0D7895: hue angle of 192.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7895 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 120 149 -
CMYK 0.91 0.19 0 0.42
HSL 192.79º 0.84% 0.32% -
HSV(B) 192.79º 0.91% 0.58% -
XYZ 12.31 15.69 30.81 -
YUV 91.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 13 120 149 0.91 0.19 0 0.42 192.79 0.84 0.32
Hex D 78 95 5B 13 0 2A C1 54 20
Octal 15 170 225 133 23 0 52 301 124 40
Binary 1101 1111000 10010101 1011011 10011 0 101010 11000001 1010100 100000

Color Harmonies of #0D7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7895

Black with #0D7895

Text Example


Text Example

White with #0D7895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,120,149); }

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

background-color css

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

 a { background-color: rgb(13,120,149); }

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

border-color css

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

 span { border-color: rgb(13,120,149); }

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