Html Css Color HEX #0D343F Nordic

📋 copy color: '#0D343F'

red 13 ◦ green 52 ◦ blue 63

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

Shades of Nordic #0D343F

Tints of Nordic #0D343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.22%

R = 10.16%
G = 40.63%
B = 49.22%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D343F (or 0x0D343F) is known color: Nordic. HEX triplet: 0D, 34 and 3F. RGB value is (13,52,63). Sum of RGB (Red+Green+Blue) = 13+52+63=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D343F is #F2CBC0. Grayscale: #292929. Windows color (decimal): -15911873 or 4142093. OLE color: 4142093.

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

Color convert

RGB 13 52 63 -
CMYK 0.79 0.17 0 0.75
HSL 193.2º 0.66% 0.15% -
HSV(B) 193.2º 0.79% 0.25% -
XYZ 2.29 2.9 5.14 -
YUV 41.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 13 52 63 0.79 0.17 0 0.75 193.2 0.66 0.15
Hex D 34 3F 4F 11 0 4B C1 42 F
Octal 15 64 77 117 21 0 113 301 102 17
Binary 1101 110100 111111 1001111 10001 0 1001011 11000001 1000010 1111

Color Harmonies of #0D343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D343F

Black with #0D343F

Text Example


Text Example

White with #0D343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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