Html Css Color HEX #0D3653 Regal Blue

📋 copy color: '#0D3653'

red 13 ◦ green 54 ◦ blue 83

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

Shades of Regal Blue #0D3653

Tints of Regal Blue #0D3653

RGB

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

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

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

R = 8.67%
G = 36%
B = 55.33%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3653 (or 0x0D3653) is known color: Regal Blue. HEX triplet: 0D, 36 and 53. RGB value is (13,54,83). Sum of RGB (Red+Green+Blue) = 13+54+83=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3653 is #F2C9AC. Grayscale: #2C2C2C. Windows color (decimal): -15911341 or 5453325. OLE color: 5453325.

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

Color convert

RGB 13 54 83 -
CMYK 0.84 0.35 0 0.67
HSL 204.86º 0.73% 0.19% -
HSV(B) 204.86º 0.84% 0.33% -
XYZ 3.05 3.35 8.67 -
YUV 45.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 13 54 83 0.84 0.35 0 0.67 204.86 0.73 0.19
Hex D 36 53 54 23 0 43 CD 49 13
Octal 15 66 123 124 43 0 103 315 111 23
Binary 1101 110110 1010011 1010100 100011 0 1000011 11001101 1001001 10011

Color Harmonies of #0D3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3653

Black with #0D3653

Text Example


Text Example

White with #0D3653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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