Html Css Color HEX #0F373F Nordic

📋 copy color: '#0F373F'

red 15 ◦ green 55 ◦ blue 63

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

Shades of Nordic #0F373F

Tints of Nordic #0F373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.37%

R = 11.28%
G = 41.35%
B = 47.37%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F373F (or 0x0F373F) is known color: Nordic. HEX triplet: 0F, 37 and 3F. RGB value is (15,55,63). Sum of RGB (Red+Green+Blue) = 15+55+63=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F373F is #F0C8C0. Grayscale: #2B2B2B. Windows color (decimal): -15780033 or 4142863. OLE color: 4142863.

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

Color convert

RGB 15 55 63 -
CMYK 0.76 0.13 0 0.75
HSL 190º 0.62% 0.15% -
HSV(B) 190º 0.76% 0.25% -
XYZ 2.46 3.19 5.19 -
YUV 43.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 15 55 63 0.76 0.13 0 0.75 190 0.62 0.15
Hex F 37 3F 4C D 0 4B BE 3E F
Octal 17 67 77 114 15 0 113 276 76 17
Binary 1111 110111 111111 1001100 1101 0 1001011 10111110 111110 1111

Color Harmonies of #0F373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F373F

Black with #0F373F

Text Example


Text Example

White with #0F373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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