Html Css Color HEX #0D2E37 Nordic

📋 copy color: '#0D2E37'

red 13 ◦ green 46 ◦ blue 55

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

Shades of Nordic #0D2E37

Tints of Nordic #0D2E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.35%

 BLUE value IS 55 (21.88% from 255) = 48.25%

R = 11.4%
G = 40.35%
B = 48.25%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D2E37 (or 0x0D2E37) is known color: Nordic. HEX triplet: 0D, 2E and 37. RGB value is (13,46,55). Sum of RGB (Red+Green+Blue) = 13+46+55=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D2E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E37 is #F2D1C8. Grayscale: #252525. Windows color (decimal): -15913417 or 3616269. OLE color: 3616269.

HSL color Cylindrical-coordinate representation of color #0D2E37: hue angle of 192.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D2E37 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 46 55 -
CMYK 0.76 0.16 0 0.78
HSL 192.86º 0.62% 0.13% -
HSV(B) 192.86º 0.76% 0.22% -
XYZ 1.83 2.32 3.96 -
YUV 37.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 13 46 55 0.76 0.16 0 0.78 192.86 0.62 0.13
Hex D 2E 37 4C 10 0 4E C1 3E D
Octal 15 56 67 114 20 0 116 301 76 15
Binary 1101 101110 110111 1001100 10000 0 1001110 11000001 111110 1101

Color Harmonies of #0D2E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E37

Black with #0D2E37

Text Example


Text Example

White with #0D2E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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