Html Css Color HEX #0F2F39 Nordic

📋 copy color: '#0F2F39'

red 15 ◦ green 47 ◦ blue 57

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

Shades of Nordic #0F2F39

Tints of Nordic #0F2F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.5%

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

R = 12.61%
G = 39.5%
B = 47.9%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F2F39 (or 0x0F2F39) is known color: Nordic. HEX triplet: 0F, 2F and 39. RGB value is (15,47,57). Sum of RGB (Red+Green+Blue) = 15+47+57=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F39 is #F0D0C6. Grayscale: #262626. Windows color (decimal): -15782087 or 3747599. OLE color: 3747599.

HSL color Cylindrical-coordinate representation of color #0F2F39: hue angle of 194.29º 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 #0F2F39 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 47 57 -
CMYK 0.74 0.18 0 0.78
HSL 194.29º 0.58% 0.14% -
HSV(B) 194.29º 0.74% 0.22% -
XYZ 1.95 2.43 4.24 -
YUV 38.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 15 47 57 0.74 0.18 0 0.78 194.29 0.58 0.14
Hex F 2F 39 4A 12 0 4E C2 3A E
Octal 17 57 71 112 22 0 116 302 72 16
Binary 1111 101111 111001 1001010 10010 0 1001110 11000010 111010 1110

Color Harmonies of #0F2F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2F39

Black with #0F2F39

Text Example


Text Example

White with #0F2F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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