Html Css Color HEX #0D373F Nordic

📋 copy color: '#0D373F'

red 13 ◦ green 55 ◦ blue 63

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

Shades of Nordic #0D373F

Tints of Nordic #0D373F

RGB

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

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

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

R = 9.92%
G = 41.98%
B = 48.09%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D373F (or 0x0D373F) is known color: Nordic. HEX triplet: 0D, 37 and 3F. RGB value is (13,55,63). Sum of RGB (Red+Green+Blue) = 13+55+63=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D373F is #F2C8C0. Grayscale: #2B2B2B. Windows color (decimal): -15911105 or 4142861. OLE color: 4142861.

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

Color convert

RGB 13 55 63 -
CMYK 0.79 0.13 0 0.75
HSL 189.6º 0.66% 0.15% -
HSV(B) 189.6º 0.79% 0.25% -
XYZ 2.43 3.18 5.19 -
YUV 43.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 13 55 63 0.79 0.13 0 0.75 189.6 0.66 0.15
Hex D 37 3F 4F D 0 4B BE 42 F
Octal 15 67 77 117 15 0 113 276 102 17
Binary 1101 110111 111111 1001111 1101 0 1001011 10111110 1000010 1111

Color Harmonies of #0D373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D373F

Black with #0D373F

Text Example


Text Example

White with #0D373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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