Html Css Color HEX #0D4883 Dark Cerulean

📋 copy color: '#0D4883'

red 13 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #0D4883

Tints of Dark Cerulean #0D4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

 BLUE value IS 131 (51.56% from 255) = 60.65%

R = 6.02%
G = 33.33%
B = 60.65%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D4883 (or 0x0D4883) is known color: Dark Cerulean. HEX triplet: 0D, 48 and 83. RGB value is (13,72,131). Sum of RGB (Red+Green+Blue) = 13+72+131=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D4883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4883 is #F2B77C. Grayscale: #3C3C3C. Windows color (decimal): -15906685 or 8603661. OLE color: 8603661.

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

Color convert

RGB 13 72 131 -
CMYK 0.90 0.45 0 0.49
HSL 210º 0.82% 0.28% -
HSV(B) 210º 0.9% 0.51% -
XYZ 6.58 6.36 22.35 -
YUV 61.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 13 72 131 0.90 0.45 0 0.49 210 0.82 0.28
Hex D 48 83 5A 2D 0 31 D2 52 1C
Octal 15 110 203 132 55 0 61 322 122 34
Binary 1101 1001000 10000011 1011010 101101 0 110001 11010010 1010010 11100

Color Harmonies of #0D4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4883

Black with #0D4883

Text Example


Text Example

White with #0D4883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,131); }

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

background-color css

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

 a { background-color: rgb(13,72,131); }

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

border-color css

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

 span { border-color: rgb(13,72,131); }

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