Html Css Color HEX #0D3740 Nordic

📋 copy color: '#0D3740'

red 13 ◦ green 55 ◦ blue 64

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

Shades of Nordic #0D3740

Tints of Nordic #0D3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 9.85%
G = 41.67%
B = 48.48%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D3740 (or 0x0D3740) is known color: Nordic. HEX triplet: 0D, 37 and 40. RGB value is (13,55,64). Sum of RGB (Red+Green+Blue) = 13+55+64=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D3740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3740 is #F2C8BF. Grayscale: #2B2B2B. Windows color (decimal): -15911104 or 4208397. OLE color: 4208397.

HSL color Cylindrical-coordinate representation of color #0D3740: hue angle of 190.59º 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 #0D3740 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 55 64 -
CMYK 0.80 0.14 0 0.75
HSL 190.59º 0.66% 0.15% -
HSV(B) 190.59º 0.8% 0.25% -
XYZ 2.46 3.19 5.34 -
YUV 43.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 13 55 64 0.80 0.14 0 0.75 190.59 0.66 0.15
Hex D 37 40 50 E 0 4B BF 42 F
Octal 15 67 100 120 16 0 113 277 102 17
Binary 1101 110111 1000000 1010000 1110 0 1001011 10111111 1000010 1111

Color Harmonies of #0D3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3740

Black with #0D3740

Text Example


Text Example

White with #0D3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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