Html Css Color HEX #0D2E32 Nordic

📋 copy color: '#0D2E32'

red 13 ◦ green 46 ◦ blue 50

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

Shades of Nordic #0D2E32

Tints of Nordic #0D2E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 45.87%

R = 11.93%
G = 42.2%
B = 45.87%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0D2E32 (or 0x0D2E32) is known color: Nordic. HEX triplet: 0D, 2E and 32. RGB value is (13,46,50). Sum of RGB (Red+Green+Blue) = 13+46+50=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D2E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E32 is #F2D1CD. Grayscale: #242424. Windows color (decimal): -15913422 or 3288589. OLE color: 3288589.

HSL color Cylindrical-coordinate representation of color #0D2E32: hue angle of 186.49º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D2E32 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 13 46 50 -
CMYK 0.74 0.08 0 0.80
HSL 186.49º 0.59% 0.12% -
HSV(B) 186.49º 0.74% 0.2% -
XYZ 1.72 2.27 3.37 -
YUV 36.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 13 46 50 0.74 0.08 0 0.80 186.49 0.59 0.12
Hex D 2E 32 4A 8 0 50 BA 3B C
Octal 15 56 62 112 10 0 120 272 73 14
Binary 1101 101110 110010 1001010 1000 0 1010000 10111010 111011 1100

Color Harmonies of #0D2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E32

Black with #0D2E32

Text Example


Text Example

White with #0D2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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