Html Css Color HEX #0D3453 Regal Blue

📋 copy color: '#0D3453'

red 13 ◦ green 52 ◦ blue 83

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

Shades of Regal Blue #0D3453

Tints of Regal Blue #0D3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

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

R = 8.78%
G = 35.14%
B = 56.08%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D3453 (or 0x0D3453) is known color: Regal Blue. HEX triplet: 0D, 34 and 53. RGB value is (13,52,83). Sum of RGB (Red+Green+Blue) = 13+52+83=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3453 is #F2CBAC. Grayscale: #2B2B2B. Windows color (decimal): -15911853 or 5452813. OLE color: 5452813.

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

Color convert

RGB 13 52 83 -
CMYK 0.84 0.37 0 0.67
HSL 206.57º 0.73% 0.19% -
HSV(B) 206.57º 0.84% 0.33% -
XYZ 2.96 3.17 8.64 -
YUV 43.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 13 52 83 0.84 0.37 0 0.67 206.57 0.73 0.19
Hex D 34 53 54 25 0 43 CF 49 13
Octal 15 64 123 124 45 0 103 317 111 23
Binary 1101 110100 1010011 1010100 100101 0 1000011 11001111 1001001 10011

Color Harmonies of #0D3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3453

Black with #0D3453

Text Example


Text Example

White with #0D3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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