Html Css Color HEX #0D3851 Regal Blue

📋 copy color: '#0D3851'

red 13 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #0D3851

Tints of Regal Blue #0D3851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

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

R = 8.67%
G = 37.33%
B = 54%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D3851 (or 0x0D3851) is known color: Regal Blue. HEX triplet: 0D, 38 and 51. RGB value is (13,56,81). Sum of RGB (Red+Green+Blue) = 13+56+81=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3851 is #F2C7AE. Grayscale: #2D2D2D. Windows color (decimal): -15910831 or 5322765. OLE color: 5322765.

HSL color Cylindrical-coordinate representation of color #0D3851: hue angle of 202.06º 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 #0D3851 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 56 81 -
CMYK 0.84 0.31 0 0.68
HSL 202.06º 0.72% 0.18% -
HSV(B) 202.06º 0.84% 0.32% -
XYZ 3.07 3.51 8.3 -
YUV 45.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 13 56 81 0.84 0.31 0 0.68 202.06 0.72 0.18
Hex D 38 51 54 1F 0 44 CA 48 12
Octal 15 70 121 124 37 0 104 312 110 22
Binary 1101 111000 1010001 1010100 11111 0 1000100 11001010 1001000 10010

Color Harmonies of #0D3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3851

Black with #0D3851

Text Example


Text Example

White with #0D3851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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