Html Css Color HEX #073743 Nordic

📋 copy color: '#073743'

red 7 ◦ green 55 ◦ blue 67

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

Shades of Nordic #073743

Tints of Nordic #073743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

 BLUE value IS 67 (26.56% from 255) = 51.94%

R = 5.43%
G = 42.64%
B = 51.94%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#073743 (or 0x073743) is known color: Nordic. HEX triplet: 07, 37 and 43. RGB value is (7,55,67). Sum of RGB (Red+Green+Blue) = 7+55+67=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #073743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073743 is #F8C8BC. Grayscale: #292929. Windows color (decimal): -16304317 or 4404999. OLE color: 4404999.

HSL color Cylindrical-coordinate representation of color #073743: hue angle of 192º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073743 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 55 67 -
CMYK 0.90 0.18 0 0.74
HSL 192º 0.81% 0.15% -
HSV(B) 192º 0.9% 0.26% -
XYZ 2.47 3.18 5.79 -
YUV 42.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 7 55 67 0.90 0.18 0 0.74 192 0.81 0.15
Hex 7 37 43 5A 12 0 4A C0 51 F
Octal 7 67 103 132 22 0 112 300 121 17
Binary 111 110111 1000011 1011010 10010 0 1001010 11000000 1010001 1111

Color Harmonies of #073743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073743

Black with #073743

Text Example


Text Example

White with #073743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073743; }

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

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

background-color css

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

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

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

border-color css

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

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

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