#073233

Color #073233 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #073233

Tints of Nordic #073233

Color information

#073233 (or 0x073233) is unknown color: approx Nordic. HEX triplet: 07, 32 and 33. RGB value is (7,50,51). Sum of RGB (Red+Green+Blue) = 7+50+51=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #073233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073233 is #F8CDCC. Grayscale: #252525. Windows color (decimal): -16305613 or 3355143. OLE color: 3355143.

HSL color Cylindrical-coordinate representation of color #073233: hue angle of 181.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073233 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB75051-
CMYK0.860.0200.8
HSL181.36º75.86%11.37%-
HSV(B)181.36º86.27%20%-
XYZ1.832.573.53-
YUV37.26135.75106.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=6.48%
G=46.30%
B=47.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal750510.860.0200.8181.3675.8611.37
Hex73233562050b54cb
Octal762631262012026511413
Binary111110010110011101011010010100001011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073233; }

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

 H1.HeaderClassName
 {
   color: #073233;
 }
 .AnyTagClassName
 {
   color: #073233;
 }
</style>
background-color css

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

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

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

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

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

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