Html Css Color HEX #0D3A54 Regal Blue

📋 copy color: '#0D3A54'

red 13 ◦ green 58 ◦ blue 84

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

Shades of Regal Blue #0D3A54

Tints of Regal Blue #0D3A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.42%

 BLUE value IS 84 (33.2% from 255) = 54.19%

R = 8.39%
G = 37.42%
B = 54.19%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3A54 (or 0x0D3A54) is known color: Regal Blue. HEX triplet: 0D, 3A and 54. RGB value is (13,58,84). Sum of RGB (Red+Green+Blue) = 13+58+84=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D3A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A54 is #F2C5AB. Grayscale: #2F2F2F. Windows color (decimal): -15910316 or 5519885. OLE color: 5519885.

HSL color Cylindrical-coordinate representation of color #0D3A54: hue angle of 201.97º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3A54 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 58 84 -
CMYK 0.85 0.31 0 0.67
HSL 201.97º 0.73% 0.19% -
HSV(B) 201.97º 0.85% 0.33% -
XYZ 3.28 3.75 8.94 -
YUV 47.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 13 58 84 0.85 0.31 0 0.67 201.97 0.73 0.19
Hex D 3A 54 55 1F 0 43 CA 49 13
Octal 15 72 124 125 37 0 103 312 111 23
Binary 1101 111010 1010100 1010101 11111 0 1000011 11001010 1001001 10011

Color Harmonies of #0D3A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A54

Black with #0D3A54

Text Example


Text Example

White with #0D3A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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