Html Css Color HEX #0D3580 Dark Cerulean

📋 copy color: '#0D3580'

red 13 ◦ green 53 ◦ blue 128

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

Shades of Dark Cerulean #0D3580

Tints of Dark Cerulean #0D3580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

 BLUE value IS 128 (50.39% from 255) = 65.98%

R = 6.7%
G = 27.32%
B = 65.98%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D3580 (or 0x0D3580) is known color: Dark Cerulean. HEX triplet: 0D, 35 and 80. RGB value is (13,53,128). Sum of RGB (Red+Green+Blue) = 13+53+128=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D3580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3580 is #F2CA7F. Grayscale: #313131. Windows color (decimal): -15911552 or 8402189. OLE color: 8402189.

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

Color convert

RGB 13 53 128 -
CMYK 0.90 0.59 0 0.50
HSL 219.13º 0.82% 0.28% -
HSV(B) 219.13º 0.9% 0.5% -
XYZ 5.34 4.19 20.95 -
YUV 49.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 13 53 128 0.90 0.59 0 0.50 219.13 0.82 0.28
Hex D 35 80 5A 3B 0 32 DB 52 1C
Octal 15 65 200 132 73 0 62 333 122 34
Binary 1101 110101 10000000 1011010 111011 0 110010 11011011 1010010 11100

Color Harmonies of #0D3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3580

Black with #0D3580

Text Example


Text Example

White with #0D3580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,53,128); }

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

background-color css

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

 a { background-color: rgb(13,53,128); }

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

border-color css

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

 span { border-color: rgb(13,53,128); }

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