Html Css Color HEX #0D3F5C Regal Blue

📋 copy color: '#0D3F5C'

red 13 ◦ green 63 ◦ blue 92

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

Shades of Regal Blue #0D3F5C

Tints of Regal Blue #0D3F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

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

R = 7.74%
G = 37.5%
B = 54.76%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D3F5C (or 0x0D3F5C) is known color: Regal Blue. HEX triplet: 0D, 3F and 5C. RGB value is (13,63,92). Sum of RGB (Red+Green+Blue) = 13+63+92=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D3F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F5C is #F2C0A3. Grayscale: #333333. Windows color (decimal): -15909028 or 6045453. OLE color: 6045453.

HSL color Cylindrical-coordinate representation of color #0D3F5C: hue angle of 202.03º 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 #0D3F5C is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 63 92 -
CMYK 0.86 0.32 0 0.64
HSL 202.03º 0.75% 0.21% -
HSV(B) 202.03º 0.86% 0.36% -
XYZ 3.88 4.41 10.77 -
YUV 51.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 13 63 92 0.86 0.32 0 0.64 202.03 0.75 0.21
Hex D 3F 5C 56 20 0 40 CA 4B 15
Octal 15 77 134 126 40 0 100 312 113 25
Binary 1101 111111 1011100 1010110 100000 0 1000000 11001010 1001011 10101

Color Harmonies of #0D3F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3F5C

Black with #0D3F5C

Text Example


Text Example

White with #0D3F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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