Html Css Color HEX #0D3957 Regal Blue

📋 copy color: '#0D3957'

red 13 ◦ green 57 ◦ blue 87

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

Shades of Regal Blue #0D3957

Tints of Regal Blue #0D3957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

 BLUE value IS 87 (34.38% from 255) = 55.41%

R = 8.28%
G = 36.31%
B = 55.41%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0D3957 (or 0x0D3957) is known color: Regal Blue. HEX triplet: 0D, 39 and 57. RGB value is (13,57,87). Sum of RGB (Red+Green+Blue) = 13+57+87=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D3957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3957 is #F2C6A8. Grayscale: #2F2F2F. Windows color (decimal): -15910569 or 5716237. OLE color: 5716237.

HSL color Cylindrical-coordinate representation of color #0D3957: hue angle of 204.32º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3957 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 57 87 -
CMYK 0.85 0.34 0 0.66
HSL 204.32º 0.74% 0.2% -
HSV(B) 204.32º 0.85% 0.34% -
XYZ 3.35 3.7 9.55 -
YUV 47.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 13 57 87 0.85 0.34 0 0.66 204.32 0.74 0.2
Hex D 39 57 55 22 0 42 CC 4A 14
Octal 15 71 127 125 42 0 102 314 112 24
Binary 1101 111001 1010111 1010101 100010 0 1000010 11001100 1001010 10100

Color Harmonies of #0D3957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3957

Black with #0D3957

Text Example


Text Example

White with #0D3957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,87); }

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

background-color css

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

 a { background-color: rgb(13,57,87); }

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

border-color css

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

 span { border-color: rgb(13,57,87); }

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