Html Css Color HEX #073641 Nordic

📋 copy color: '#073641'

red 7 ◦ green 54 ◦ blue 65

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

Shades of Nordic #073641

Tints of Nordic #073641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 5.56%
G = 42.86%
B = 51.59%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073641 (or 0x073641) is known color: Nordic. HEX triplet: 07, 36 and 41. RGB value is (7,54,65). Sum of RGB (Red+Green+Blue) = 7+54+65=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #073641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073641 is #F8C9BE. Grayscale: #292929. Windows color (decimal): -16304575 or 4273671. OLE color: 4273671.

HSL color Cylindrical-coordinate representation of color #073641: hue angle of 191.38º 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 #073641 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 54 65 -
CMYK 0.89 0.17 0 0.75
HSL 191.38º 0.81% 0.14% -
HSV(B) 191.38º 0.89% 0.25% -
XYZ 2.36 3.07 5.47 -
YUV 41.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 7 54 65 0.89 0.17 0 0.75 191.38 0.81 0.14
Hex 7 36 41 59 11 0 4B BF 51 E
Octal 7 66 101 131 21 0 113 277 121 16
Binary 111 110110 1000001 1011001 10001 0 1001011 10111111 1010001 1110

Color Harmonies of #073641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073641

Black with #073641

Text Example


Text Example

White with #073641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073641; }

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

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

background-color css

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

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

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

border-color css

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

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

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