Html Css Color HEX #073339 Nordic

📋 copy color: '#073339'

red 7 ◦ green 51 ◦ blue 57

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

Shades of Nordic #073339

Tints of Nordic #073339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 44.35%

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 6.09%
G = 44.35%
B = 49.57%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#073339 (or 0x073339) is known color: Nordic. HEX triplet: 07, 33 and 39. RGB value is (7,51,57). Sum of RGB (Red+Green+Blue) = 7+51+57=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #073339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073339 is #F8CCC6. Grayscale: #262626. Windows color (decimal): -16305351 or 3748615. OLE color: 3748615.

HSL color Cylindrical-coordinate representation of color #073339: hue angle of 187.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073339 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 51 57 -
CMYK 0.88 0.11 0 0.78
HSL 187.2º 0.78% 0.13% -
HSV(B) 187.2º 0.88% 0.22% -
XYZ 2.01 2.71 4.29 -
YUV 38.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 7 51 57 0.88 0.11 0 0.78 187.2 0.78 0.13
Hex 7 33 39 58 B 0 4E BB 4E D
Octal 7 63 71 130 13 0 116 273 116 15
Binary 111 110011 111001 1011000 1011 0 1001110 10111011 1001110 1101

Color Harmonies of #073339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073339

Black with #073339

Text Example


Text Example

White with #073339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073339; }

 p { color: rgb(7,51,57); }

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

background-color css

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

 a { background-color: rgb(7,51,57); }

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

border-color css

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

 span { border-color: rgb(7,51,57); }

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