Html Css Color HEX #0D2E38 Nordic

📋 copy color: '#0D2E38'

red 13 ◦ green 46 ◦ blue 56

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

Shades of Nordic #0D2E38

Tints of Nordic #0D2E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 11.3%
G = 40%
B = 48.7%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D2E38 (or 0x0D2E38) is known color: Nordic. HEX triplet: 0D, 2E and 38. RGB value is (13,46,56). Sum of RGB (Red+Green+Blue) = 13+46+56=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D2E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E38 is #F2D1C7. Grayscale: #252525. Windows color (decimal): -15913416 or 3681805. OLE color: 3681805.

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

Color convert

RGB 13 46 56 -
CMYK 0.77 0.18 0 0.78
HSL 193.95º 0.62% 0.14% -
HSV(B) 193.95º 0.77% 0.22% -
XYZ 1.86 2.33 4.09 -
YUV 37.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 13 46 56 0.77 0.18 0 0.78 193.95 0.62 0.14
Hex D 2E 38 4D 12 0 4E C2 3E E
Octal 15 56 70 115 22 0 116 302 76 16
Binary 1101 101110 111000 1001101 10010 0 1001110 11000010 111110 1110

Color Harmonies of #0D2E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E38

Black with #0D2E38

Text Example


Text Example

White with #0D2E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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