Html Css Color HEX #0D3751 Regal Blue

📋 copy color: '#0D3751'

red 13 ◦ green 55 ◦ blue 81

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

Shades of Regal Blue #0D3751

Tints of Regal Blue #0D3751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 8.72%
G = 36.91%
B = 54.36%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D3751 (or 0x0D3751) is known color: Regal Blue. HEX triplet: 0D, 37 and 51. RGB value is (13,55,81). Sum of RGB (Red+Green+Blue) = 13+55+81=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3751 is #F2C8AE. Grayscale: #2D2D2D. Windows color (decimal): -15911087 or 5322509. OLE color: 5322509.

HSL color Cylindrical-coordinate representation of color #0D3751: hue angle of 202.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3751 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 55 81 -
CMYK 0.84 0.32 0 0.68
HSL 202.94º 0.72% 0.18% -
HSV(B) 202.94º 0.84% 0.32% -
XYZ 3.02 3.41 8.28 -
YUV 45.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 13 55 81 0.84 0.32 0 0.68 202.94 0.72 0.18
Hex D 37 51 54 20 0 44 CB 48 12
Octal 15 67 121 124 40 0 104 313 110 22
Binary 1101 110111 1010001 1010100 100000 0 1000100 11001011 1001000 10010

Color Harmonies of #0D3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3751

Black with #0D3751

Text Example


Text Example

White with #0D3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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