Html Css Color HEX #0D3753 Regal Blue

📋 copy color: '#0D3753'

red 13 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #0D3753

Tints of Regal Blue #0D3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.42%

 BLUE value IS 83 (32.81% from 255) = 54.97%

R = 8.61%
G = 36.42%
B = 54.97%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3753 (or 0x0D3753) is known color: Regal Blue. HEX triplet: 0D, 37 and 53. RGB value is (13,55,83). Sum of RGB (Red+Green+Blue) = 13+55+83=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3753 is #F2C8AC. Grayscale: #2D2D2D. Windows color (decimal): -15911085 or 5453581. OLE color: 5453581.

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

Color convert

RGB 13 55 83 -
CMYK 0.84 0.34 0 0.67
HSL 204º 0.73% 0.19% -
HSV(B) 204º 0.84% 0.33% -
XYZ 3.09 3.44 8.69 -
YUV 45.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 13 55 83 0.84 0.34 0 0.67 204 0.73 0.19
Hex D 37 53 54 22 0 43 CC 49 13
Octal 15 67 123 124 42 0 103 314 111 23
Binary 1101 110111 1010011 1010100 100010 0 1000011 11001100 1001001 10011

Color Harmonies of #0D3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3753

Black with #0D3753

Text Example


Text Example

White with #0D3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,55,83); }

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

background-color css

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

 a { background-color: rgb(13,55,83); }

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

border-color css

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

 span { border-color: rgb(13,55,83); }

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