Html Css Color HEX #0D3651 Regal Blue

📋 copy color: '#0D3651'

red 13 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #0D3651

Tints of Regal Blue #0D3651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.49%

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

R = 8.78%
G = 36.49%
B = 54.73%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D3651 (or 0x0D3651) is known color: Regal Blue. HEX triplet: 0D, 36 and 51. RGB value is (13,54,81). Sum of RGB (Red+Green+Blue) = 13+54+81=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3651 is #F2C9AE. Grayscale: #2C2C2C. Windows color (decimal): -15911343 or 5322253. OLE color: 5322253.

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

Color convert

RGB 13 54 81 -
CMYK 0.84 0.33 0 0.68
HSL 203.82º 0.72% 0.18% -
HSV(B) 203.82º 0.84% 0.32% -
XYZ 2.97 3.32 8.27 -
YUV 44.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 13 54 81 0.84 0.33 0 0.68 203.82 0.72 0.18
Hex D 36 51 54 21 0 44 CC 48 12
Octal 15 66 121 124 41 0 104 314 110 22
Binary 1101 110110 1010001 1010100 100001 0 1000100 11001100 1001000 10010

Color Harmonies of #0D3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3651

Black with #0D3651

Text Example


Text Example

White with #0D3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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