Html Css Color HEX #07313D Nordic

📋 copy color: '#07313D'

red 7 ◦ green 49 ◦ blue 61

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

Shades of Nordic #07313D

Tints of Nordic #07313D

RGB

 RED value IS 7 (3.13% 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 value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07313D (or 0x07313D) is known color: 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

RGB 7 49 61 -
CMYK 0.89 0.20 0 0.76
HSL 193.33º 0.79% 0.13% -
HSV(B) 193.33º 0.89% 0.24% -
XYZ 2.03 2.58 4.81 -
YUV 37.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 7 49 61 0.89 0.20 0 0.76 193.33 0.79 0.13
Hex 7 31 3D 59 14 0 4C C1 4F D
Octal 7 61 75 131 24 0 114 301 117 15
Binary 111 110001 111101 1011001 10100 0 1001100 11000001 1001111 1101

Color Harmonies of #07313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07313D

Black with #07313D

Text Example


Text Example

White with #07313D

Text Example


Text Example

HTML Codes & Css Web 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>