Html Css Color HEX #0F3740 Nordic

📋 copy color: '#0F3740'

red 15 ◦ green 55 ◦ blue 64

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

Shades of Nordic #0F3740

Tints of Nordic #0F3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.04%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 11.19%
G = 41.04%
B = 47.76%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3740 (or 0x0F3740) is known color: Nordic. HEX triplet: 0F, 37 and 40. RGB value is (15,55,64). Sum of RGB (Red+Green+Blue) = 15+55+64=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3740 is #F0C8BF. Grayscale: #2B2B2B. Windows color (decimal): -15780032 or 4208399. OLE color: 4208399.

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

Color convert

RGB 15 55 64 -
CMYK 0.77 0.14 0 0.75
HSL 191.02º 0.62% 0.15% -
HSV(B) 191.02º 0.77% 0.25% -
XYZ 2.49 3.2 5.34 -
YUV 44.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 15 55 64 0.77 0.14 0 0.75 191.02 0.62 0.15
Hex F 37 40 4D E 0 4B BF 3E F
Octal 17 67 100 115 16 0 113 277 76 17
Binary 1111 110111 1000000 1001101 1110 0 1001011 10111111 111110 1111

Color Harmonies of #0F3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3740

Black with #0F3740

Text Example


Text Example

White with #0F3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,64); }

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

background-color css

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

 a { background-color: rgb(15,55,64); }

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

border-color css

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

 span { border-color: rgb(15,55,64); }

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