Html Css Color HEX #0F393D Nordic

📋 copy color: '#0F393D'

red 15 ◦ green 57 ◦ blue 61

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

Shades of Nordic #0F393D

Tints of Nordic #0F393D

RGB

 RED value IS 15 (6.25% from 255) = 11.28%

 GREEN value IS 57 (22.66% from 255) = 42.86%

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 11.28%
G = 42.86%
B = 45.86%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F393D (or 0x0F393D) is known color: Nordic. HEX triplet: 0F, 39 and 3D. RGB value is (15,57,61). Sum of RGB (Red+Green+Blue) = 15+57+61=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F393D is #F0C6C2. Grayscale: #2C2C2C. Windows color (decimal): -15779523 or 4012303. OLE color: 4012303.

HSL color Cylindrical-coordinate representation of color #0F393D: hue angle of 185.22º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F393D is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 57 61 -
CMYK 0.75 0.07 0 0.76
HSL 185.22º 0.61% 0.15% -
HSV(B) 185.22º 0.75% 0.24% -
XYZ 2.5 3.36 4.93 -
YUV 44.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 15 57 61 0.75 0.07 0 0.76 185.22 0.61 0.15
Hex F 39 3D 4B 7 0 4C B9 3D F
Octal 17 71 75 113 7 0 114 271 75 17
Binary 1111 111001 111101 1001011 111 0 1001100 10111001 111101 1111

Color Harmonies of #0F393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F393D

Black with #0F393D

Text Example


Text Example

White with #0F393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,61); }

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

background-color css

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

 a { background-color: rgb(15,57,61); }

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

border-color css

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

 span { border-color: rgb(15,57,61); }

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