Html Css Color HEX #0D547C Dark Cerulean

📋 copy color: '#0D547C'

red 13 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #0D547C

Tints of Dark Cerulean #0D547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 5.88%
G = 38.01%
B = 56.11%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D547C (or 0x0D547C) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 7C. RGB value is (13,84,124). Sum of RGB (Red+Green+Blue) = 13+84+124=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D547C is #F2AB83. Grayscale: #434343. Windows color (decimal): -15903620 or 8147981. OLE color: 8147981.

HSL color Cylindrical-coordinate representation of color #0D547C: hue angle of 201.62º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D547C is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 84 124 -
CMYK 0.90 0.32 0 0.51
HSL 201.62º 0.81% 0.27% -
HSV(B) 201.62º 0.9% 0.49% -
XYZ 6.97 7.88 20.22 -
YUV 67.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 13 84 124 0.90 0.32 0 0.51 201.62 0.81 0.27
Hex D 54 7C 5A 20 0 33 CA 51 1B
Octal 15 124 174 132 40 0 63 312 121 33
Binary 1101 1010100 1111100 1011010 100000 0 110011 11001010 1010001 11011

Color Harmonies of #0D547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D547C

Black with #0D547C

Text Example


Text Example

White with #0D547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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