Html Css Color HEX #0D548B Dark Cerulean

📋 copy color: '#0D548B'

red 13 ◦ green 84 ◦ blue 139

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

Shades of Dark Cerulean #0D548B

Tints of Dark Cerulean #0D548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 5.51%
G = 35.59%
B = 58.9%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D548B (or 0x0D548B) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 8B. RGB value is (13,84,139). Sum of RGB (Red+Green+Blue) = 13+84+139=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D548B is #F2AB74. Grayscale: #444444. Windows color (decimal): -15903605 or 9131021. OLE color: 9131021.

HSL color Cylindrical-coordinate representation of color #0D548B: hue angle of 206.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D548B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 84 139 -
CMYK 0.91 0.40 0 0.45
HSL 206.19º 0.83% 0.3% -
HSV(B) 206.19º 0.91% 0.55% -
XYZ 8 8.29 25.6 -
YUV 69.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 13 84 139 0.91 0.40 0 0.45 206.19 0.83 0.3
Hex D 54 8B 5B 28 0 2D CE 53 1E
Octal 15 124 213 133 50 0 55 316 123 36
Binary 1101 1010100 10001011 1011011 101000 0 101101 11001110 1010011 11110

Color Harmonies of #0D548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D548B

Black with #0D548B

Text Example


Text Example

White with #0D548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,139); }

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

background-color css

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

 a { background-color: rgb(13,84,139); }

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

border-color css

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

 span { border-color: rgb(13,84,139); }

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