Html Css Color HEX #0D7395 Cerulean

📋 copy color: '#0D7395'

red 13 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #0D7395

Tints of Cerulean #0D7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 4.69%
G = 41.52%
B = 53.79%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D7395 (or 0x0D7395) is known color: Cerulean. HEX triplet: 0D, 73 and 95. RGB value is (13,115,149). Sum of RGB (Red+Green+Blue) = 13+115+149=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D7395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7395 is #F28C6A. Grayscale: #585858. Windows color (decimal): -15895659 or 9794317. OLE color: 9794317.

HSL color Cylindrical-coordinate representation of color #0D7395: hue angle of 195º 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 #0D7395 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 115 149 -
CMYK 0.91 0.23 0 0.42
HSL 195º 0.84% 0.32% -
HSV(B) 195º 0.91% 0.58% -
XYZ 11.72 14.52 30.62 -
YUV 88.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 13 115 149 0.91 0.23 0 0.42 195 0.84 0.32
Hex D 73 95 5B 17 0 2A C3 54 20
Octal 15 163 225 133 27 0 52 303 124 40
Binary 1101 1110011 10010101 1011011 10111 0 101010 11000011 1010100 100000

Color Harmonies of #0D7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7395

Black with #0D7395

Text Example


Text Example

White with #0D7395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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