Html Css Color HEX #0D3952 Regal Blue

📋 copy color: '#0D3952'

red 13 ◦ green 57 ◦ blue 82

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

Shades of Regal Blue #0D3952

Tints of Regal Blue #0D3952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 8.55%
G = 37.5%
B = 53.95%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D3952 (or 0x0D3952) is known color: Regal Blue. HEX triplet: 0D, 39 and 52. RGB value is (13,57,82). Sum of RGB (Red+Green+Blue) = 13+57+82=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D3952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3952 is #F2C6AD. Grayscale: #2E2E2E. Windows color (decimal): -15910574 or 5388557. OLE color: 5388557.

HSL color Cylindrical-coordinate representation of color #0D3952: hue angle of 201.74º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3952 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 57 82 -
CMYK 0.84 0.30 0 0.68
HSL 201.74º 0.73% 0.19% -
HSV(B) 201.74º 0.84% 0.32% -
XYZ 3.15 3.62 8.52 -
YUV 46.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 13 57 82 0.84 0.30 0 0.68 201.74 0.73 0.19
Hex D 39 52 54 1E 0 44 CA 49 13
Octal 15 71 122 124 36 0 104 312 111 23
Binary 1101 111001 1010010 1010100 11110 0 1000100 11001010 1001001 10011

Color Harmonies of #0D3952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3952

Black with #0D3952

Text Example


Text Example

White with #0D3952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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