Html Css Color HEX #073441 Nordic

📋 copy color: '#073441'

red 7 ◦ green 52 ◦ blue 65

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

Shades of Nordic #073441

Tints of Nordic #073441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 5.65%
G = 41.94%
B = 52.42%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073441 (or 0x073441) is known color: Nordic. HEX triplet: 07, 34 and 41. RGB value is (7,52,65). Sum of RGB (Red+Green+Blue) = 7+52+65=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #073441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073441 is #F8CBBE. Grayscale: #272727. Windows color (decimal): -16305087 or 4273159. OLE color: 4273159.

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

Color convert

RGB 7 52 65 -
CMYK 0.89 0.20 0 0.75
HSL 193.45º 0.81% 0.14% -
HSV(B) 193.45º 0.89% 0.25% -
XYZ 2.27 2.88 5.44 -
YUV 40.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 7 52 65 0.89 0.20 0 0.75 193.45 0.81 0.14
Hex 7 34 41 59 14 0 4B C1 51 E
Octal 7 64 101 131 24 0 113 301 121 16
Binary 111 110100 1000001 1011001 10100 0 1001011 11000001 1010001 1110

Color Harmonies of #073441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073441

Black with #073441

Text Example


Text Example

White with #073441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073441; }

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

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

background-color css

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

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

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

border-color css

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

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

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