Html Css Color HEX #0D3540 Nordic

📋 copy color: '#0D3540'

red 13 ◦ green 53 ◦ blue 64

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

Shades of Nordic #0D3540

Tints of Nordic #0D3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.77%

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 10%
G = 40.77%
B = 49.23%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D3540 (or 0x0D3540) is known color: Nordic. HEX triplet: 0D, 35 and 40. RGB value is (13,53,64). Sum of RGB (Red+Green+Blue) = 13+53+64=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3540 is #F2CABF. Grayscale: #2A2A2A. Windows color (decimal): -15911616 or 4207885. OLE color: 4207885.

HSL color Cylindrical-coordinate representation of color #0D3540: hue angle of 192.94º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3540 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 53 64 -
CMYK 0.80 0.17 0 0.75
HSL 192.94º 0.66% 0.15% -
HSV(B) 192.94º 0.8% 0.25% -
XYZ 2.36 3 5.31 -
YUV 42.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 13 53 64 0.80 0.17 0 0.75 192.94 0.66 0.15
Hex D 35 40 50 11 0 4B C1 42 F
Octal 15 65 100 120 21 0 113 301 102 17
Binary 1101 110101 1000000 1010000 10001 0 1001011 11000001 1000010 1111

Color Harmonies of #0D3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3540

Black with #0D3540

Text Example


Text Example

White with #0D3540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,53,64); }

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

background-color css

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

 a { background-color: rgb(13,53,64); }

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

border-color css

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

 span { border-color: rgb(13,53,64); }

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