Html Css Color HEX #073643 Nordic

📋 copy color: '#073643'

red 7 ◦ green 54 ◦ blue 67

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

Shades of Nordic #073643

Tints of Nordic #073643

RGB

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

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

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

R = 5.47%
G = 42.19%
B = 52.34%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#073643 (or 0x073643) is known color: Nordic. HEX triplet: 07, 36 and 43. RGB value is (7,54,67). Sum of RGB (Red+Green+Blue) = 7+54+67=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #073643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073643 is #F8C9BC. Grayscale: #292929. Windows color (decimal): -16304573 or 4404743. OLE color: 4404743.

HSL color Cylindrical-coordinate representation of color #073643: hue angle of 193º 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 #073643 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 54 67 -
CMYK 0.90 0.19 0 0.74
HSL 193º 0.81% 0.15% -
HSV(B) 193º 0.9% 0.26% -
XYZ 2.42 3.09 5.78 -
YUV 41.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 7 54 67 0.90 0.19 0 0.74 193 0.81 0.15
Hex 7 36 43 5A 13 0 4A C1 51 F
Octal 7 66 103 132 23 0 112 301 121 17
Binary 111 110110 1000011 1011010 10011 0 1001010 11000001 1010001 1111

Color Harmonies of #073643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073643

Black with #073643

Text Example


Text Example

White with #073643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073643; }

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

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

background-color css

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

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

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

border-color css

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

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

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