Html Css Color HEX #07313E Nordic

📋 copy color: '#07313E'

red 7 ◦ green 49 ◦ blue 62

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

Shades of Nordic #07313E

Tints of Nordic #07313E

RGB

 RED value IS 7 (3.13% from 255) = 5.93%

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 5.93%
G = 41.53%
B = 52.54%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07313E (or 0x07313E) is known color: Nordic. HEX triplet: 07, 31 and 3E. RGB value is (7,49,62). Sum of RGB (Red+Green+Blue) = 7+49+62=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #07313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07313E is #F8CEC1. Grayscale: #252525. Windows color (decimal): -16305858 or 4075783. OLE color: 4075783.

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

Color convert

RGB 7 49 62 -
CMYK 0.89 0.21 0 0.76
HSL 194.18º 0.8% 0.14% -
HSV(B) 194.18º 0.89% 0.24% -
XYZ 2.06 2.59 4.95 -
YUV 37.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 7 49 62 0.89 0.21 0 0.76 194.18 0.8 0.14
Hex 7 31 3E 59 15 0 4C C2 50 E
Octal 7 61 76 131 25 0 114 302 120 16
Binary 111 110001 111110 1011001 10101 0 1001100 11000010 1010000 1110

Color Harmonies of #07313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07313E

Black with #07313E

Text Example


Text Example

White with #07313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07313E;
 }
 .AnyTagClassName
 {
   color: #07313E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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