Html Css Color HEX #0F3039 Nordic

📋 copy color: '#0F3039'

red 15 ◦ green 48 ◦ blue 57

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

Shades of Nordic #0F3039

Tints of Nordic #0F3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 57 (22.66% from 255) = 47.5%

R = 12.5%
G = 40%
B = 47.5%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F3039 (or 0x0F3039) is known color: Nordic. HEX triplet: 0F, 30 and 39. RGB value is (15,48,57). Sum of RGB (Red+Green+Blue) = 15+48+57=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F3039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3039 is #F0CFC6. Grayscale: #272727. Windows color (decimal): -15781831 or 3747855. OLE color: 3747855.

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

Color convert

RGB 15 48 57 -
CMYK 0.74 0.16 0 0.78
HSL 192.86º 0.58% 0.14% -
HSV(B) 192.86º 0.74% 0.22% -
XYZ 1.99 2.51 4.25 -
YUV 39.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 15 48 57 0.74 0.16 0 0.78 192.86 0.58 0.14
Hex F 30 39 4A 10 0 4E C1 3A E
Octal 17 60 71 112 20 0 116 301 72 16
Binary 1111 110000 111001 1001010 10000 0 1001110 11000001 111010 1110

Color Harmonies of #0F3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3039

Black with #0F3039

Text Example


Text Example

White with #0F3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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