#07313D

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

Shades of Nordic #07313D

Tints of Nordic #07313D

Color information

#07313D (or 0x07313D) is unknown color: approx Nordic. HEX triplet: 07, 31 and 3D. RGB value is (7,49,61). Sum of RGB (Red+Green+Blue) = 7+49+61=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #07313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07313D is #F8CEC2. Grayscale: #252525. Windows color (decimal): -16305859 or 4010247. OLE color: 4010247.

HSL color Cylindrical-coordinate representation of color #07313D: hue angle of 193.33º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07313D is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB74961-
CMYK0.890.2000.76
HSL193.33º79.41%13.33%-
HSV(B)193.33º88.52%23.92%-
XYZ2.032.584.81-
YUV37.81141.09106.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=5.98%
G=41.88%
B=52.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal749610.890.2000.76193.3379.4113.33
Hex7313D591404Cc14fd
Octal7617513124011430111715
Binary111110001111101101100110100010011001100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07313D; }

 p { color: rgb(7,49,61); }

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

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

 a { background-color: rgb(7,49,61); }

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

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

 span { border-color: rgb(7,49,61); }

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