Html Css Color HEX #0F3B47 Nordic

📋 copy color: '#0F3B47'

red 15 ◦ green 59 ◦ blue 71

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

Shades of Nordic #0F3B47

Tints of Nordic #0F3B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.69%

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 10.34%
G = 40.69%
B = 48.97%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F3B47 (or 0x0F3B47) is known color: Nordic. HEX triplet: 0F, 3B and 47. RGB value is (15,59,71). Sum of RGB (Red+Green+Blue) = 15+59+71=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F3B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B47 is #F0C4B8. Grayscale: #2F2F2F. Windows color (decimal): -15779001 or 4668175. OLE color: 4668175.

HSL color Cylindrical-coordinate representation of color #0F3B47: hue angle of 192.86º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3B47 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 59 71 -
CMYK 0.79 0.17 0 0.72
HSL 192.86º 0.65% 0.17% -
HSV(B) 192.86º 0.79% 0.28% -
XYZ 2.9 3.68 6.52 -
YUV 47.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 15 59 71 0.79 0.17 0 0.72 192.86 0.65 0.17
Hex F 3B 47 4F 11 0 48 C1 41 11
Octal 17 73 107 117 21 0 110 301 101 21
Binary 1111 111011 1000111 1001111 10001 0 1001000 11000001 1000001 10001

Color Harmonies of #0F3B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3B47

Black with #0F3B47

Text Example


Text Example

White with #0F3B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,59,71); }

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

background-color css

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

 a { background-color: rgb(15,59,71); }

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

border-color css

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

 span { border-color: rgb(15,59,71); }

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