Html Css Color HEX #0D3641 Nordic

📋 copy color: '#0D3641'

red 13 ◦ green 54 ◦ blue 65

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

Shades of Nordic #0D3641

Tints of Nordic #0D3641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 9.85%
G = 40.91%
B = 49.24%

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

#0D3641 (or 0x0D3641) is known color: Nordic. HEX triplet: 0D, 36 and 41. RGB value is (13,54,65). Sum of RGB (Red+Green+Blue) = 13+54+65=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3641 is #F2C9BE. Grayscale: #2A2A2A. Windows color (decimal): -15911359 or 4273677. OLE color: 4273677.

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

Color convert

RGB 13 54 65 -
CMYK 0.80 0.17 0 0.75
HSL 192.69º 0.67% 0.15% -
HSV(B) 192.69º 0.8% 0.25% -
XYZ 2.44 3.11 5.47 -
YUV 43 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 13 54 65 0.80 0.17 0 0.75 192.69 0.67 0.15
Hex D 36 41 50 11 0 4B C1 43 F
Octal 15 66 101 120 21 0 113 301 103 17
Binary 1101 110110 1000001 1010000 10001 0 1001011 11000001 1000011 1111

Color Harmonies of #0D3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3641

Black with #0D3641

Text Example


Text Example

White with #0D3641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,65); }

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

background-color css

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

 a { background-color: rgb(13,54,65); }

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

border-color css

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

 span { border-color: rgb(13,54,65); }

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