Html Css Color HEX #0D3D5C Regal Blue

📋 copy color: '#0D3D5C'

red 13 ◦ green 61 ◦ blue 92

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

Shades of Regal Blue #0D3D5C

Tints of Regal Blue #0D3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

 BLUE value IS 92 (36.33% from 255) = 55.42%

R = 7.83%
G = 36.75%
B = 55.42%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D3D5C (or 0x0D3D5C) is known color: Regal Blue. HEX triplet: 0D, 3D and 5C. RGB value is (13,61,92). Sum of RGB (Red+Green+Blue) = 13+61+92=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D3D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3D5C is #F2C2A3. Grayscale: #323232. Windows color (decimal): -15909540 or 6044941. OLE color: 6044941.

HSL color Cylindrical-coordinate representation of color #0D3D5C: hue angle of 203.54º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3D5C is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 61 92 -
CMYK 0.86 0.34 0 0.64
HSL 203.54º 0.75% 0.21% -
HSV(B) 203.54º 0.86% 0.36% -
XYZ 3.77 4.2 10.74 -
YUV 50.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 13 61 92 0.86 0.34 0 0.64 203.54 0.75 0.21
Hex D 3D 5C 56 22 0 40 CC 4B 15
Octal 15 75 134 126 42 0 100 314 113 25
Binary 1101 111101 1011100 1010110 100010 0 1000000 11001100 1001011 10101

Color Harmonies of #0D3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3D5C

Black with #0D3D5C

Text Example


Text Example

White with #0D3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,61,92); }

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

background-color css

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

 a { background-color: rgb(13,61,92); }

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

border-color css

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

 span { border-color: rgb(13,61,92); }

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