#073741

Color #073741 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #073741

Tints of Nordic #073741

Color information

#073741 (or 0x073741) is unknown color: approx Nordic. HEX triplet: 07, 37 and 41. RGB value is (7,55,65). Sum of RGB (Red+Green+Blue) = 7+55+65=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #073741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073741 is #F8C8BE. Grayscale: #292929. Windows color (decimal): -16304319 or 4273927. OLE color: 4273927.

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

Color convert

RGB75565-
CMYK0.890.1500.75
HSL190.34º80.56%14.12%-
HSV(B)190.34º89.23%25.49%-
XYZ2.413.165.48-
YUV41.79141.1103.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=5.51%
G=43.31%
B=51.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal755650.890.1500.75190.3480.5614.12
Hex7374159F04Bbe51e
Octal76710113117011327612116
Binary111110111100000110110011111010010111011111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073741; }

 p { color: rgb(7,55,65); }

 H1.HeaderClassName
 {
   color: #073741;
 }
 .AnyTagClassName
 {
   color: #073741;
 }
</style>
background-color css

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

 a { background-color: rgb(7,55,65); }

 div.DivClassName
 {
   background-color: #073741;
 }
 .BgClassName
 {
   background-color: #073741;
 }
</style>
border-color css

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

 span { border-color: rgb(7,55,65); }

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